Skip to content

VHDL implementation of the BLS signature scheme and associated test scripts

Notifications You must be signed in to change notification settings

qberthet/blshdlgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLSHDLgen

VHDL implementation of the BLS signature scheme and associated test scripts.

Dependencies

Tested on linux (ubuntu 16.04)

Required packages:

Usage

The script expect two argument to specify the domaine parameter to use and the entity to test:

./BLSHDLgen.py <domain parameter name> <entity id>

When run without argument, a list of the available domain parameter and entity is displayed.

Example to test and synthesize one entity:

./BLSHDLgen.py CURVE128 field/fp_divider

The "all" key word is accepted for both arguments. To run all tests (all domain parameters x all entities):

./BLSHDLgen.py all all

About

VHDL implementation of the BLS signature scheme and associated test scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published