index
:
pq-blind-sigs-impl
magister
A toy post-quantum blind signatures implementation
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-01-25
Remove old `Building' README section.
magister
W. Kosior
2025-01-25
Update `.gitignore'.
W. Kosior
2025-01-25
As part of `make clean' remove files generated by the program.
W. Kosior
2025-01-25
Make the sample program able to use files to store data.
W. Kosior
2025-01-25
Make signer state argument to protocol phase 5 function a const.
W. Kosior
2025-01-25
Make sure info messages have < 80 characters in line.
W. Kosior
2025-01-25
Add license info to pqcrypto_commitment_shake256.* source files.
W. Kosior
2025-01-25
Add signature verification.
W. Kosior
2025-01-25
Use blind_sig_ctx_t in arguments list inside samp-le program.
W. Kosior
2025-01-25
Mention step 4 in messages printed.
W. Kosior
2025-01-25
Implement the signing protocol.
W. Kosior
2024-11-25
Make `run_poly_mul' a PHONY target.
W. Kosior
2024-11-25
Add polynomial addition and substraction in ring.
W. Kosior
2024-11-24
Add sample output from running the polynomial multiplication program.
W. Kosior
2024-11-24
Mention `dev-shell' script in README.
W. Kosior
2024-11-24
Initial commit
W. Kosior