Skip to content

Azero123/simple-js-pedersen-commitment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-pedersen-commitment

this project is intended to make easier usage of commitment technologies for cryto/blockchain type projects. it is intended to be very lightweight and thus will not have many dependencies.

to create a new secret to later reveal:

secret = pederson.newSecret()

to create a sharable commitment:

commitment = pederson.commit(message, secret)

to verify if a commitment is valid:

pederson.verify(message, [commitment, ...], secret)

contribute

bitcoin address: 1KKiniL7QnMPZZLjgGB2Kq1d7zsjUr6TnS

ethereum address: 0x177b258bD53A8F7d8C609A9277A60A51d1e7e0e0

About

basic pedersen commitment implementation in javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published