Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
74d7030
Added file structure for Schnorr signature module.
damrobi Nov 3, 2025
c6bb7d6
Added to/from bytes for SchnorrSignature and started adding tests.
damrobi Nov 4, 2025
09ad452
Moved test out of proptest.
damrobi Nov 4, 2025
2a992df
Added more test and helper function to convert msg to base field.
damrobi Nov 4, 2025
1e07c07
applied clippy.
damrobi Nov 4, 2025
7c929c1
Cargo.lock change.
damrobi Nov 5, 2025
f936f56
Update msg to base field conversion.
damrobi Nov 5, 2025
bc9aa24
Add to and from bytes for SchnorrSignature.
damrobi Nov 5, 2025
bac5906
Removed prototype implementation of schnorr signature and started new…
damrobi Nov 6, 2025
5ef9fc0
Added generate function for Schnorr signature.
damrobi Nov 6, 2025
8672cf2
Added conversion from sk to vk for use in signature.
damrobi Nov 6, 2025
660377c
Added helper function for converting a message to jubjub base field.
damrobi Nov 6, 2025
da8c6f1
Added sign function for SchnorrSigningKey and necessary helper functi…
damrobi Nov 6, 2025
f1bfa8b
Added test function for get_coordinates and fix the sign function.
damrobi Nov 6, 2025
9195e0e
Added verification function and tests to signature.
damrobi Nov 6, 2025
439344a
Removed unused dependency.
damrobi Nov 6, 2025
08552ea
Added DST to signature and removed unwraps.
damrobi Nov 7, 2025
3a84e72
Added conversion function for scalar from BLS12 to Jubjub.
damrobi Nov 7, 2025
5400577
Added wip to and from bytes for Schnorr signing key.
damrobi Nov 7, 2025
fd1fb45
Added comments and derive for main structs.
damrobi Nov 7, 2025
cf446ba
Added eval_dense_mapping function to signature.
damrobi Nov 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading