generate()
Generates a new random private key.
Declaration
static func generate() throws -> SecureEnclave.MLKEM768.PrivateKeyReturn Value
The generated private key
Discussion
This method implements the required interface for the KEMPrivateKey extension, in this case invoking the initializer with a default SecAccessControl and no LAContext.