The golang package `github.com/docker/notary/tuf/signed` provides a `CryptoService` that implements cryptographic functions for signing and verifying messages in the context of the Trusted Update Framework (TUF). This package is specifically designed for use with Docker's Notary project, which provides the ability to cryptographically sign and verify container images and other artifacts. The `CryptoService` in this package includes functions for generating RSA key pairs, signing messages with private keys, and verifying signatures using public keys. It is a crucial component in ensuring the security and integrity of signed TUF metadata and container images in Docker Notary.
Golang CryptoService - 16 examples found. These are the top rated real world Golang examples of github.com/docker/notary/tuf/signed.CryptoService extracted from open source projects. You can rate examples to help us improve the quality of examples.