Categorygithub.com/aviate-labs/certificate-go
repositorypackage
0.1.0
Repository: https://github.com/aviate-labs/certificate-go.git
Documentation: pkg.go.dev

# README

Certificates

A certificate consists of

  • a tree.
  • a signature on the tree root hash valid under some public key.
  • an optional delegation that links that public key to root public key.

Read More