Documentation
¶
Overview ¶
Package all imports the built-in COSE algorithm packages.
Import this package for its side effects when an application, generated code, or example wants the standard algorithm implementations registered through the key package registry without listing every algorithm package separately:
import _ "github.com/ldclabs/cose/key/all"
The signing, encryption, and MAC packages register factories from their init functions. The ECDH and HKDF packages expose helper APIs rather than registry factories, but they are included here so one import makes the built-in algorithm surface discoverable to tooling.
Click to show internal directories.
Click to hide internal directories.