Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.89 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.89 KB

Ed25519Signature2018

Build Status codecov Coverage Status MIT License GitHub forks GitHub stars

A minimal implementation of Ed25519Signature2018 in JavaScript.

This library focuses on verification of signatures, and does not attempt to mix validation with verification logic. You may prefer to use jsonld-signatures.

License Notes

Works with: https://github.com/digitalbazaar/jsonld-signatures,

jsonld-signatures is BSD 3-Clause License

Copyright (c) 2010-2018 Digital Bazaar, Inc.

W3C Links