View Source Kadena.Cryptography.KeyPair.Default (Kadena v0.19.1)

Default implementation for Cryptography.KeyPair contracts.

Link to this section Summary

Link to this section Types

@type bin_key() :: binary()
@type keypair() :: Kadena.Types.KeyPair.t()
@type raw_keypair() :: {bin_key(), bin_key()}