Module cup_ecdsa

Source

Modules§

test_support

Structs§

Nonce
PublicKeyAndId
PublicKeys
RequestMetadata
Request decoration return type, containing request internals. Clients of this library can call .hash() and store/retrieve the hash, or they can inspect the request, public key ID, nonce used if necessary.
StandardCupv2Handler

Enums§

CupDecorationError
Error enum listing different kinds of CUPv2 decoration errors.
CupVerificationError
Error enum listing different kinds of CUPv2 verification errors.

Traits§

CupRequest
An interface to an under-construction server request, providing read/write access to the URI and read access to the serialized request body.
Cupv2Handler
Cupv2RequestHandler
Cupv2Verifier

Functions§

make_transaction_hash

Type Aliases§

PublicKey
PublicKeyId
By convention, this is always the u64 hash of the public key value.