Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 952 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 952 Bytes

IntegrityProofs

Some Elixir functions to implement Verifiable Credential Data Integrity 1.0 using the EdDSA Cryptosuite and the JSON Canonicalization Scheme (JCS).

See also:

This project contains three "poncho" Elixir applications. Consult the README files in these sub-folders for more information:

  • crypto_utils - low-level functions for keys and elliptic curves
  • did_server - a Phoenix server that implements both a did:web and a did:plc server
  • integrity - functions for signing and verifying documents and resolving DIDs