eddie
Results
2
comments of
eddie
And I wonder if this library stopped updating?
I fixed by myself. from Data(bytes: UnsafePointer(encryptedDataBytes), count: encryptedDataBytes.count) to Data(bytes: encryptedDataBytes, count: encryptedDataBytes.count)