28 Commits (ab62f12e9c5ae23eaba3c34c4a01253f1342002f)

Author SHA1 Message Date
  Nanak Nihal Khalsa f68d8fbddd ready for PR 1 year ago
  Nanak Nihal Khalsa 44630c26d3 compatability with previous blake hash 1 year ago
  Nanak Nihal Singh Khalsa 5439c2a19f fixed source of bug which was passing a negative BigInt to mul_scalar...better fix might be to force mul_scalar to only accept a BigUInt or to allow the logic in mul_scalar to work with a negative BigInt 1 year ago
  Nanak Nihal Singh Khalsa a6946a16f9 added new field Fl instead of Fr for suborder instead of order 1 year ago
  Nanak Nihal Singh Khalsa c10293fbc4 to_dec_string() 1 year ago
  Nanak Nihal Singh Khalsa 305a8ce043 working on message to point 1 year ago
  Nanak Nihal Singh Khalsa 6dd8028cdc serializaion of singature and point 1 year ago
  Nanak Nihal Singh Khalsa f9efededfb fixed bug in cargo.toml 1 year ago
  Nanak Nihal Singh Khalsa 2367e15363 fixed blake2 bug on my M1 mac 1 year ago
  arnaucube 8ae99d7b3c Update aarch64 feature related code & minor update 2 years ago
  Nicolas Geniteau 020f243f0f
Update rust to 2021 and deps 2 years ago
  arnaucube 53286f535c Add blake lib support for feature aarch64 3 years ago
  arnaucube 27f9ab6acc Update to last poseidon-rs version 3 years ago
  arnaucube f3d57a2446 rm unnecessary Result<> 4 years ago
  arnaucube 005019d684 Update EdDSA to last circomlib version 4 years ago
  arnaucube 53f7fd1215 v0.0.4 4 years ago
  arnaucube d893ecc5f6 Poseidon load static ref avoiding load each time 4 years ago
  arnaucube 04d20b9e05 Update sign&verify (poseidon) to last optimization 4 years ago
  arnaucube 2d94206899 Optimize point add & mul_scalar methods 4 years ago
  arnaucube 30218dc1f3 Add benchmarks 4 years ago
  arnaucube addcca64e5 add some error handling 5 years ago
  arnaucube 2ab48ff3ad add sign & verify with Poseidon hash, update MiMC use to v0.0.2 5 years ago
  arnaucube 48085c5a83 constants with lazy_static, refactor 5 years ago
  arnaucube eb42f48c65 add point compress&decompress, add modsqrt with Tonelli-Shanks algorithm 5 years ago
  arnaucube a2122dadce add travis & crate config 5 years ago
  arnaucube 9bc3000898 signature & verification done 5 years ago
  arnaucube fffcb66143 add new private key generation, signature started 5 years ago
  arnaucube 35f4686198 add point addition 5 years ago