sign

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2023 License: BSD-3-Clause Imports: 5 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeSignatures added in v0.6.0

func MakeSignatures(canonical []byte, k keys.Signer) ([]data.Signature, error)

MakeSignatures creates data.Signatures for canonical using signer k.

There will be one data.Signature for each of k's IDs, each wih the same signature data.

func Marshal

func Marshal(v interface{}, keys ...keys.Signer) (*data.Signed, error)

func Sign

func Sign(s *data.Signed, k keys.Signer) error

Sign signs the to-be-signed part of s using the signer k.

The new signature(s) (one for each of k's key IDs) are appended to s.Signatures. Existing signatures for the Key IDs are replaced.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL