Documentation ¶
Overview ¶
Create Atum timestamps (server-side).
You want to use this package if you are writing an Atum server. If you just want to request an Atum timestamp, use github.com/bwesterb/go-atum.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEd25519Timestamp ¶
func CreateEd25519Timestamp(sk ed25519.PrivateKey, pk ed25519.PublicKey, time int64, nonce []byte) (ts atum.Timestamp)
Create an Ed25519 timestamp
func CreateXMSSMTTimestamp ¶
func CreateXMSSMTTimestamp(sk *xmssmt.PrivateKey, pk *xmssmt.PublicKey, time int64, nonce []byte) (*atum.Timestamp, error)
Create an XMSSMT timestamp
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.