package
Version:
v0.21.0
Opens a new window with list of versions in this module.
Published: Aug 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DigestJSON generates a SHA-256 hash of the canonicalized input payload.
Sign signs a resource with a given bearerDID
VerifyDigest verifies that the digest of a given payload matches the expected digest.
VerifySignature verifies the given signature and the signed payload
type Digester interface {
Digest() ([]byte, error)
}
Digester is an interface for resources that can be digested
Source Files
¶
Click to show internal directories.
Click to hide internal directories.