SecretKeyProtocol

public protocol SecretKeyProtocol : AnyObject, Sendable

A secret key derived from the group secret.

This is intended to be used for AVS.

  • Copy the wrapped data into a new byte array.

    Declaration

    Swift

    func copyBytes() -> Data