Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
add support for Pointcheval-Sanders (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Lodder <redmike7@gmail.com>
  • Loading branch information
mikelodder7 authored Apr 19, 2024
1 parent 7644399 commit d594f1a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/Signing-Algorithm/PS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "../../schemas/Signing-Algorithm.json",
"Name": "PS",
"Implementation Support": "Hyperledger Anoncreds, https://github.com/hyperledger/anoncreds-v2-rs ",
"Specification": "PS-Signatures of there own do not have a formal specification, that is included in Anoncreds-V2",
"Standardization (Body, Process)": "none",
"Recognition by government authorities (NIST, BSI, ...)": {
"Value": false,
"Description": "not acknowledged (independent crypto analysis published)"
},
"Hardware support": false,
"Performance": "medium, faster than CL, slower than Schnorr, single-digit milliseconds for all operations, even in a threshold decentralized setting",
"Unlinkability-Uncorrelatability-Blind signatures possible": true,
"Post-quantum security": false
}

0 comments on commit d594f1a

Please sign in to comment.