Module diem_crypto::test_utils

source ·
Expand description

Internal module containing convenience utility functions mainly for testing

Structs

  • A keypair consisting of a private and public key
  • This struct provides a means of testing signing and verification through BCS serialization and domain separation
  • Cryptographic hasher for an BCS-serializable #item

Constants

  • A deterministic seed for PRNGs related to keys

Functions