Commit graph

8 commits

Author SHA1 Message Date
Victor Lopez
ebf9557d1c
feat(crypto): expose api modules
Currently the API modules are hidden to the crate scope.

In order to avoid global permissive allows, they can initially be
exported, and tweaked to local scopes as they get implemented, finalized
and tested.

Related to #3
2022-10-20 18:04:10 +02:00
Bobbin Threadbare
3220cd0ed8
Merge pull request #1 from 0xPolygonMiden/merkle
Implement basic Merkle tree-related primitives
2022-10-20 00:09:59 -07:00
Al-Kindi-0
32af9aaed2 fix: misc. nits 2022-10-20 08:51:54 +02:00
Al-Kindi-0
4d108fe5e5 fix nits 2022-10-19 09:39:12 +02:00
Al-Kindi-0
17f13dbe9f fix nits 2022-10-19 09:25:02 +02:00
Al-Kindi-0
6e90c9c178 feat: Merklepathset & Merkle tree 2022-10-19 08:11:01 +02:00
Al-Kindi-0
22cf7aba44 feat: Merklepathset & Merkle tree 2022-10-19 07:40:44 +02:00
Bobbin Threadbare
19a79d31ac
Initial commit 2022-10-03 14:30:23 -07:00