You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Now in Swift 5 'withUnsafeMutableBytes' is deprecated.
var headerBuffer = [UInt8](repeating: 0, count: kCryptoExportImportManagerASNHeaderLengthForRSA);
headerBuffer[0] = kCryptoExportImportManagerASNHeaderSequenceMark;
The text was updated successfully, but these errors were encountered: