Commit Graph

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