SecretKeyProtocol
public protocol SecretKeyProtocol : AnyObject, Sendable
A secret key derived from the group secret.
This is intended to be used for AVS.
-
Get the raw bytes from this type, transferring data from Rust to the client layer.
This does not consume the newtype, instead copying the internal data across the FFI boundary.
Declaration
Swift
func copyBytes() -> Data