@kiltprotocol/eddsa-jcs-2022
Advanced tools
Comparing version 0.1.0-rc.4 to 0.1.0
{ | ||
"bugs": "https://github.com/KILTprotocol/jcs-data-integrity-proofs/issues", | ||
"dependencies": { | ||
"@kiltprotocol/jcs-data-integrity-proofs-common": "^0.1.0-rc.4", | ||
"@kiltprotocol/jcs-data-integrity-proofs-common": "^0.1.0", | ||
"@noble/curves": "^1.0.0", | ||
@@ -35,4 +35,3 @@ "@scure/base": "^1.1.1" | ||
"types": "./cjs/index.d.ts", | ||
"version": "0.1.0-rc.4", | ||
"stableVersion": "0.0.0" | ||
"version": "0.1.0" | ||
} |
# eddsa-jcs-2022 | ||
Data integrity proof suite implementing the [eddsa-jcs-2022 specification][eddsa-jcs-2022-spec]. | ||
Provides a `cryptosuite` for verification and a `createSigner` factory that can be used in the creation of proofs. | ||
[eddsa-jcs-2022-spec]: https://www.w3.org/TR/vc-di-eddsa/#eddsa-jcs-2022 |
17344
8