Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func SignRequest ¶
func SignRequest[T SignedTimestampedRequest](req T, keypair *KeyPair) T
func SignRequestNoTimestamp ¶
func SignRequestNoTimestamp[T SignedRequest](req T, keypair *KeyPair) T
func VerifyRequest ¶
func VerifyRequest[T SignedTimestampedRequest](req T, keypair *KeyPair) bool
Types ¶
type SignedRequest ¶
type SignedTimestampedRequest ¶
type SignedTimestampedRequest interface { SignedRequest GetTimestamp() uint64 }
Click to show internal directories.
Click to hide internal directories.