52 Commits (80171af872e5c3c64480b1800036ac7d28e23a71)

Author SHA1 Message Date
  Augusto F. Hack 9e6c8ff700
bugfix: fix internal nodes of for empty leafs of a SMT 2 years ago
  Bobbin Threadbare a58922756a chore: update crate versions, dependencies, and CHANGELOG 2 years ago
  Augusto F. Hack 7957cc929a
feat: added MerkleStore serde 2 years ago
  Augusto F. Hack 2d1bc3ba34
store: added user documentation on usage and purpose 2 years ago
  Victor Lopez 2ff96f40cb
feat: add empty subtree constants to cover u8::MAX depth 2 years ago
  Bobbin Threadbare 9531d2bd34 fix: to paths reduction of MerklePathSet 2 years ago
  Augusto F. Hack 0375f31035
feat: added utility to format MerkleTree and MerklePath to hex 2 years ago
  Augusto F. Hack b250752883
store: added with_merkle_paths constructor 2 years ago
  Augusto F. Hack d6cbd178e1
chore: clarified assert message 2 years ago
  Victor Lopez 84086bdb95
feat: add merkle path containers and return them on tree update 2 years ago
  Augusto F. Hack 17eb8d78d3 chore: storage -> store 2 years ago
  Victor Lopez 8cb245dc1f
bugfix: reverse merkle path to match other structures 2 years ago
  Victor Lopez 867b772d9a
fix: merkle store panics on bounds 2 years ago
  Augusto F. Hack 669ebb49fb
bugfix: check if the requested root is in the storage 2 years ago
  Victor Lopez 91667fd7de
refactor: add derive proc macros to merkle store 2 years ago
  Augusto F. Hack 88a646031f
feat: add merkle store 2 years ago
  Victor Lopez 3a6a4fcce6
feat: refactor simple smt to use empty subtree constants 2 years ago
  Augusto F. Hack 32d37f1591
feat: merkle mountain range 2 years ago
  Augusto F. Hack dfb073f784
docs: mention tree form order of NodeIndex docs 2 years ago
  Victor Lopez 35b255b5eb
feat: re-export winter-crypto Hasher, Digest & ElementHasher 2 years ago
  Victor Lopez 0af45b75f4
feat: upgrade to winterfell 0.5 2 years ago
  Bobbin Threadbare 3c9a5235a0 docs: fix typos in doc comments 2 years ago
  Victor Lopez 9307178873
feat: add `from_elements` to `NodeIndex` 2 years ago
  Victor Lopez 0799b1bb9d
feat: add merkle node index 2 years ago
  Victor Lopez 21a8cbcb45
feat: add merkle path wrapper 2 years ago
  Victor Lopez ed36ebc542
fix: sponge pad panics on input 2 years ago
  0xKanekiKen 37c6f003c4
tests: refactor merge_in_domain tests 2 years ago
  0xKanekiKen 5757b896fe
test: unit tests for merge in domain method 2 years ago
  0xKanekiKen ce2cbe704b
refactor: reexport publiccoin & publiccoinerror from winterfell 2 years ago
  0xKanekiKen bc6191b3fa
feat: new merge method for 2 digest with a domain separator 2 years ago
  Bobbin Threadbare 4f65d01df4 feat: add PartialEq and Eq traits to Merkle structs 2 years ago
  Victor Lopez 5fd0d692e8
feat: add simple sparse merkle tree 2 years ago
  Anjan Roy b4f9d60981
chg: don't assume we're only working with base field elements, consider extension field elements too 2 years ago
  Anjan Roy 0d713af4ac
chg: don't assume that default features are available on all targets 2 years ago
  Anjan Roy aa4e313690
chg: first convert all elements to little endian bytes and then consume them in a single call to blake3 hasher 2 years ago
  Bobbin Threadbare 9782992662 feat: improve blake3 sequential hashing performance 2 years ago
  Bobbin Threadbare 9b08ac731d docs: update main README file 2 years ago
  Bobbin Threadbare ee1d5dc2e1 chore: clean up create interfaces 2 years ago
  Victor Lopez 57d4cb0303
feat: add blake3 160, 192 & 256 bits 2 years ago
  Victor Lopez dc2e82e011
feat: implement ord for rpo digest 256 2 years ago
  Victor Lopez 3b9d515d00
feat: add no-std support 2 years ago
  Bobbin Threadbare 7395697a68 refactor: flattened repo structure 2 years ago