ac295df
(refs/pull/1/merge)
Merge 3eb5c9234d
into dbf79c582c
by
2024-12-02 01:37:44 +0000
3eb5c92
(refs/pull/1/head)
Derive Eq trait for PrivateKey by
2024-12-02 11:37:31 +1000
df2d8d9
Derive Eq trait for Signature by
2024-11-28 12:14:31 +1000
39296e6
Derive Eq trait for Point by
2024-11-27 11:22:22 +1000
1b990cc
Add compression by
2024-11-14 01:54:46 +1000
42c02b1
(wasm-compat)
expose pub curve parameters and generator by
2023-05-16 16:07:18 +0200
dbf79c5
(HEAD -> main)
expose pub curve parameters and generator by
2023-05-16 16:07:18 +0200
bf617de
Add WASM compatibility throguh feature by
2023-05-15 20:43:00 +0200
8e2d007
port https://github.com/arnaucube/babyjubjub-rs to arkworks ff by
2023-05-08 17:51:25 +0200
cd36d49
Merge pull request #6 from bingcicle/patch-1 by
2023-05-04 21:24:41 +0200
5365144
fix link to addition-add-2008-bbjlp by
2023-05-04 15:43:00 +0000
1a69ae6
Merge pull request #5 from leonardoalt/make_sk_fields_pub by
2023-02-08 22:59:17 +0100
870cee7
Make fields of PrivateKey pub by
2023-02-06 11:43:06 +0100
5e3ee25
Merge pull request #4 from leonardoalt/pub_sig_fields by
2023-01-16 20:34:27 +0100
6f9bb1c
Make fields of struct Signature public by
2023-01-16 14:55:02 +0100
8ae99d7
Update aarch64 feature related code & minor update by
2022-09-09 15:13:05 +0200
4793de7
Merge pull request #3 from nicolas-geniteau/update-deps by
2022-09-08 20:23:11 +0200
020f243
Update rust to 2021 and deps by
2022-09-08 17:43:45 +0200
e4b7ced
Update clippy minor fixes, add clippy to GHA by
2021-03-17 22:00:36 +0100
53286f5
Add blake lib support for feature aarch64 by
2021-03-09 18:39:05 +0100
27f9ab6
Update to last poseidon-rs version by
2021-03-08 20:52:47 +0100
f3d57a2
rm unnecessary Result<> by
2020-12-20 14:17:20 +0100
005019d
Update EdDSA to last circomlib version by
2020-12-05 13:32:57 +0100
53f7fd1
v0.0.4 by
2020-11-04 19:05:36 +0100
d893ecc
Poseidon load static ref avoiding load each time by
2020-09-07 23:09:08 +0200
693c7be
Merge pull request #1 from arnaucube/feature/opt by
2020-08-02 19:31:19 +0200
80d682e
Update Schnorr to last changes, rm MiMC7 methods by
2020-08-02 19:22:02 +0200
04d20b9
Update sign&verify (poseidon) to last optimization by
2020-08-02 16:23:40 +0200
2d94206
Optimize point add & mul_scalar methods by
2020-08-01 18:18:43 +0200
30218dc
Add benchmarks by
2020-07-25 18:33:51 +0200
df8a212
add Schnorr signature & verification by
2019-09-11 11:22:15 +0200
d7c3836
reference param in mul_scalar by
2019-09-10 11:28:57 +0200
addcca6
add some error handling by
2019-09-09 20:42:17 +0200
2ab48ff
add sign & verify with Poseidon hash, update MiMC use to v0.0.2 by
2019-09-07 19:46:32 +0200
ad33bbd
fix point & signature compress & decompress by
2019-09-07 19:28:09 +0200
48085c5
constants with lazy_static, refactor by
2019-08-28 00:25:27 +0200
1ff5a56
compress & decompress signature (wip) by
2019-08-27 23:44:44 +0200
eb42f48
add point compress&decompress, add modsqrt with Tonelli-Shanks algorithm by
2019-08-24 16:15:05 +0200
a2122da
add travis & crate config by
2019-08-04 14:16:51 +0200
9bc3000
signature & verification done by
2019-08-04 14:13:51 +0200
fffcb66
add new private key generation, signature started by
2019-08-03 20:37:14 +0200
6658d97
add point scalar multiplication by
2019-07-28 23:15:23 +0200
35f4686
add point addition by
2019-07-28 21:18:08 +0200