generate static method
Creates a new, random private key.
Implementation
static SecretKey generate() => SecretKey._(ffi.XhpkeSecretKey.generate());
Creates a new, random private key.
static SecretKey generate() => SecretKey._(ffi.XhpkeSecretKey.generate());