eddie

Results 2 comments of eddie

I fixed by myself. from Data(bytes: UnsafePointer(encryptedDataBytes), count: encryptedDataBytes.count) to Data(bytes: encryptedDataBytes, count: encryptedDataBytes.count)