Skip to content

Some functions to implement Verifiable Credential Data Integrity 1.0 using ED25519 and JCS

License

Notifications You must be signed in to change notification settings

pzingg/integrity_proofs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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