init(data:)

    Creates a key from the given data.

    SymmetricKeys.swift:85
    init<D>(data: D) where D : ContiguousBytes

    Parameters

    data

    The contiguous bytes from which to create the key.

    Other members in extension

    Type members

    Instance members