Skip to content

Commit

Permalink
Merge pull request #3 from hashcloak/bbs_compatible
Browse files Browse the repository at this point in the history
Bbs compatible
  • Loading branch information
man2706kum authored Dec 24, 2024
2 parents 567d373 + 104d752 commit e5da9ce
Show file tree
Hide file tree
Showing 5 changed files with 362 additions and 255 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BBS+ Signature Verifier Smart Contract
## Warning!
This is a research project, and the smart contract may contain vulnerabilities. Please do not use it in production!
## Warning!!!
This is a research project, and the smart contract may contain vulnerabilities. Please do not use it in production without testing and/or auditing!
## Overview
This repo contains the solidity implementation of the BBS+ Signature Verification compatible with [this](https://github.com/hashcloak/bbs_sign) BBS+ signature implementation over BN254 pairing curve. Since the This implementation harcodes 32(fixed) randomly sampled points from the G1 subgroup, therefore it supports the verification of upto 32-1 = 31 messages.

Expand Down
Loading

0 comments on commit e5da9ce

Please sign in to comment.