Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-fossati authored Oct 27, 2022
1 parent f566b29 commit 6a4ee19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
[![cover ≥90.0%](https://github.com/veraison/ar4si/actions/workflows/ci-go-cover.yml/badge.svg?branch=main)](https://github.com/veraison/ar4si/actions/workflows/ci-go-cover.yml)

The `ar4si` package provides a golang API for working with EAR (EAT Attesation Result), an EAT/JWT serialisation of the [Attestation Result for Secure Interactions (AR4SI)](https://datatracker.ietf.org/doc/draft-ietf-rats-ar4si/) information model.

A command line interface utility ([`arc`](arc/README.md)) is also provided to create, verify and display EAR attestation result payloads. To install it:

```sh
go install github.com/veraison/ar4si/arc@latest
```

0 comments on commit 6a4ee19

Please sign in to comment.