Categorygithub.com/notaryproject/notation-core-go

# README

notation-core-go

Build Status codecov Go Reference

notation-core-go provides core crypto functionality for notation-go and implements signature generation, parsing and revocation related functionalities based on the Notary Project specifications. It also provides validation functionality for certificate and certificate chain.

notation-core-go reached a stable release as of July 2023 and continues to be actively developed and maintained.

Please visit README to know more about Notary Project.

[!NOTE] The Notary Project documentation is available here.

Table of Contents

Documentation

Library documentation is available at Go Reference.

Code of Conduct

This project has adopted the CNCF Code of Conduct. See CODE_OF_CONDUCT.md for further details.

License

This project is covered under the Apache 2.0 license. You can read the license here.

# Packages

Package Revocation provides methods for checking the revocation status of a certificate chain.
Package signature provides operations for types that implement signature.Envelope or signature.Signer.
Package testhelper implements utility routines required for writing unit tests.
No description provided by the author