-
Notifications
You must be signed in to change notification settings - Fork 0
ETatuzova/pixelsig
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
How to build project?
1. clone crypto3 repository in the same folder as pixelsig.
2. cd pixelsig
mkdir build
cd build
cmake ..
cmake --build .
Project targets
example -- small example of signature usage
test -- test signature for different curves, hash functions and scheme params.
./test --log_level=message
bilinearity -- minimalistic biliniarity example for crypto3 library
genparams -- generate scheme params in json format. Default params are in data/default_params.json file.
if you want regenerate json params, you should execute from build folder:
./genparams>../data/default_params.jsonAbout
Pixel signature implementation using nil.foundation crypto3 library
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published