withUnsafeBytes(_:)

    ChaCha20CTR.swift:75
    func 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

    Instance members