SymmetricKey

    A symmetric cryptographic key.

    SymmetricKeys.swift:66
    struct SymmetricKey

    You typically derive a symmetric key from an instance of a shared secret (SharedSecret) that you obtain through key agreement. You use a symmetric key to compute a message authentication code like HMAC, or to open and close a sealed box (SealedBox or SealedBox) using a cipher like ChaChaPoly or AES.

    Citizens in Crypto

    Conformances

    Type members

    Instance members

    Type features