Skip to content

withUnsafeMutableBytes is now deprecated #9

@blackyhn

Description

@blackyhn

Now in Swift 5 'withUnsafeMutableBytes' is deprecated.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions