CryptoExportImportManager icon indicating copy to clipboard operation
CryptoExportImportManager copied to clipboard

withUnsafeMutableBytes is now deprecated

Open blackyhn opened this issue 5 years ago • 1 comments

Now in Swift 5 'withUnsafeMutableBytes' is deprecated.

var headerBuffer = [UInt8](repeating: 0, count: kCryptoExportImportManagerASNHeaderLengthForRSA); headerBuffer[0] = kCryptoExportImportManagerASNHeaderSequenceMark;

blackyhn avatar Apr 08 '19 11:04 blackyhn

Hello, I have decided not to keep on upgrading Swift projects anymore. I have better things to do with my life than upgrading my 40+ projects every year :). Feel free to do a push request. I will review it and approve it, thanks!

DigitalLeaves avatar Apr 09 '19 01:04 DigitalLeaves