falcon.py
falcon.py copied to clipboard
A python implementation of the signature scheme Falcon
by refactor class SecretKey & PublicKey for reliability to match real situation between 2 individual programs and also add an example into README file.
Hi, I noticed a small typo in the NTT constant generation script, that prevents from directly reproducing this step.
remove j in hash_to_code in falcon.py
I am trying to verigy a signature from bouncy castle in the python implementation but it didn't work, what are the suggestions here?
Hello, I am implementing this singing algorythm in a project, I am wondering how to export the keys to hexadecimal? thanks in advance!