Balazs Komuves
|
62d3997591
|
implement all Poseidon2 variations (+ tests) in the Rust crate
|
2026-02-06 22:49:30 +01:00 |
|
Balazs Komuves
|
2cd07acad0
|
implemented modular inversion (just for the kick of it) + lots of new tests
(inversion certainly makes testing more serious!)
|
2026-01-30 06:41:16 +01:00 |
|
Balazs Komuves
|
b01b63bdab
|
implement Zero and One trait abstractions
|
2026-01-30 03:04:16 +01:00 |
|
Balazs Komuves
|
b46a6dde66
|
add random number / field element generation support
|
2026-01-29 23:18:17 +01:00 |
|
Balazs Komuves
|
e596c5b16b
|
improve the Poseidon API
(thanks goes to Chrysostomos Nanakos for the help!)
|
2026-01-29 14:56:08 +01:00 |
|
Balazs Komuves
|
4740fa3d88
|
change the Poseidon2 state representation from triple to array
|
2026-01-29 11:53:41 +01:00 |
|
Balazs Komuves
|
ee15a60f89
|
remove all the unnecessary references
|
2026-01-29 11:29:37 +01:00 |
|
Balazs Komuves
|
6234888649
|
implement some standard traits (Eq, Cmp, Add, Sub, Mul, From, Into)
|
2026-01-28 00:29:56 +01:00 |
|
Balazs Komuves
|
37d424c319
|
minor improvements (README, bench)
|
2026-01-27 14:24:28 +01:00 |
|
Balazs Komuves
|
49e10423d0
|
implement circom's Poseidon permutation and compression for t=2,3,4,5
|
2026-01-25 21:17:45 +01:00 |
|
Balazs Komuves
|
f43a8d55a2
|
implement circomlib's Poseidon for t=3
|
2026-01-25 20:53:47 +01:00 |
|
Balazs Komuves
|
453eb12deb
|
add conversion to/from bytes
|
2026-01-23 19:37:04 +01:00 |
|
Balazs Komuves
|
8dbb8fe359
|
a little bit more inlining...
|
2026-01-23 13:19:03 +01:00 |
|
Balazs Komuves
|
bf2228f16a
|
tried specializing to the prime, doesn't seem to help
|
2026-01-23 13:07:55 +01:00 |
|
Balazs Komuves
|
1262c72bc7
|
experimenting with variations...
|
2026-01-23 00:57:38 +01:00 |
|
Balazs Komuves
|
fb74a20cd2
|
add a very simple bench
|
2026-01-22 22:36:25 +01:00 |
|
Balazs Komuves
|
2d8f9163cd
|
renamed the package
|
2026-01-22 21:18:41 +01:00 |
|
Balazs Komuves
|
9abeac984f
|
implement Poseidon2 with t=3
|
2026-01-22 21:08:51 +01:00 |
|
Balazs Komuves
|
6123e90836
|
implement REDC (no serious testing yet)
|
2026-01-22 19:36:49 +01:00 |
|
Balazs Komuves
|
ad6c9d01b2
|
WIP field implementation (the Montgomery REDC algo is missing)
|
2026-01-22 18:49:39 +01:00 |
|
Balazs Komuves
|
be33579a63
|
some basic bigint operations
|
2026-01-22 16:30:52 +01:00 |
|