Apollo Impl
Apollo defines the set of cryptographic operations that are used in the Atala PRISM.
Functions
Creates a private key based on the provided properties.
Creates a private key based on the provided properties.
Creates a random set of mnemonic phrases that can be used as a seed for generating a private key.
Creates a random seed and a corresponding set of mnemonic phrases.
Takes in a set of mnemonics and a passphrase, and returns a seed object used to generate a private key.
Checks if the provided data is associated with a private key identified by the given identifier.
Checks if the provided data is associated with a public key identified by the given identifier.
Restores a key from a JWK (JSON Web Key).
Restores a private key based on the provided storable key.
Restores a private key from StorablePrivateKey.
Restores a public key based on the provided storable key.