Instance Methodswift-crypto 3.8.0_CryptoExtras->Crypto
withUnsafeBytes(_:)
ChaCha20CTR.swift:75func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R
Other members in extension
Type members
init(
) Generates a fresh random Nonce. Unless required by a specification to provide a specific Nonce, this is the recommended initializer.
init<D>(data: D
) throws