Al-Kindi-0
ecb8719d45
chore: bump winterfell release to .7
1 year ago
Bobbin Threadbare
4cf8eebff5
chore: update crate version to v0.8
1 year ago
Bobbin Threadbare
7f3d4b8966
fix: RPO Falcon build on Windows
1 year ago
Bobbin Threadbare
1a00c7035f
fix: glob dependency
1 year ago
Bobbin Threadbare
aeadc96b05
docs: add signature section to main readme
1 year ago
Bobbin Threadbare
cf91c89845
refactor: clean up features
1 year ago
Al-Kindi-0
8078021aff
feat: Falcon 512 signature
1 year ago
Grzegorz Swirski
701a187e7f
feat: implement RPO hash using SVE instructionss
1 year ago
Andrey Khmuro
2214ff2425
chore: TSMT benchmark
1 year ago
Augusto F. Hack
8cf5e9fd2c
feature: add conditional support for serde
1 year ago
Bobbin Threadbare
8c749e473a
chore: update blake3 dependency to v1.4
1 year ago
Bobbin Threadbare
813fe24b88
chore: update crate version to v0.7.0
1 year ago
Bobbin Threadbare
59f7723221
chore: update crete version to v0.6.0
1 year ago
Bobbin Threadbare
dcda57f71a
chore: update changelog
1 year ago
Bobbin Threadbare
52db23cd42
chore: update crate version to v0.5.0
2 years ago
Bobbin Threadbare
e02507d11e
chore: update version to v0.4.0
2 years ago
Bobbin Threadbare
61db888b2c
chore: update crate version to v0.3
2 years ago
Bobbin Threadbare
a58922756a
chore: update crate versions, dependencies, and CHANGELOG
2 years ago
Augusto F. Hack
78e82f2ee6
feat: add benchmark for storages
2 years ago
Bobbin Threadbare
41c38b4b5d
chore: changed version to v0.1.4 in Cargo.toml
2 years ago
Victor Lopez
35b255b5eb
feat: re-export winter-crypto Hasher, Digest & ElementHasher
This commit introduces the re-export of the listed primitives.
They will be used inside Miden to report the security level of the
picked primitive, as well as other functionality.
closes #72
2 years ago
Bobbin Threadbare
e6bf497500
chore: update dependencies
2 years ago
Victor Lopez
0af45b75f4
feat: upgrade to winterfell 0.5
2 years ago
Victor Lopez
325b3abf8b
chore: prepare for `v0.1.2` release
2 years ago
grjte
d25a90b5a4
chore: update version to 0.1.1
2 years ago
Victor Lopez
5fd0d692e8
feat: add simple sparse merkle tree
This commit moves the previous implementation of `SparseMerkleTree` from
miden-core to this crate.
It also include a couple of new tests, a bench suite, and a couple of
minor fixes. The original API was preserved to maintain compatibility
with `AdviceTape`.
closes #21
2 years ago
Bobbin Threadbare
ee1d5dc2e1
chore: clean up create interfaces
2 years ago
Victor Lopez
57d4cb0303
feat: add blake3 160, 192 & 256 bits
closes #6
2 years ago
Al-Kindi-0
0abadf327e
chore: rustfmt fix + minor nits
2 years ago
Al-Kindi-0
1e177f0ba3
feat: benchmark RPO
2 years ago
Victor Lopez
3b9d515d00
feat: add no-std support
closes #5
2 years ago
Bobbin Threadbare
7395697a68
refactor: flattened repo structure
2 years ago
Victor Lopez
e9ef2a9be8
chore(workspace): add Cargo.toml with workspace setup
This commit introduces a workspace structure with a `Cargo.toml`.
Currently we have a single member `crypto`, but these can be added
incrementally in the future.
2 years ago