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

add support for Pointcheval-Sanders #110

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add also the link here? Then this value is independent from others in this file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What link?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are mentioning that it is included in the spec. I think it would be helpful for readers to have a link when you mention it there.

"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
}