Upsycle_router.Cryptoval pubkey_to_cstruct : pubkey -> Cstruct.tval pubkey_of_yaml : Yaml.value -> pubkey Yaml.resval pubkey_to_yaml : pubkey -> Yaml.valueval sign : privkey -> string -> stringval verify : pubkey -> string -> string -> boolBe sure to call `Util_crypto_io.init` before using this.
Be sure to call `Util_crypto_io.init` before using this.
Derive the corresponding public key for a private key.
val fingerprint_ed25519_sha256 : pubkey -> Mirage_crypto.Hash.hash * Cstruct.tmodule Mk : sig ... end