Pratyush Mishra
|
cf4301cb75
|
Update workspace and dependency paths
|
4 years ago |
Pratyush Mishra
|
6cca9327be
|
Refactor bit iteration infrastructure:
* `to_bits` -> `to_bits_le`
* `BitIterator` -> `BitIteratorLE` + `BitIteratorBE`
* `found_one`/`seen_one` -> `BitIteratorBE::without_leading_zeros`
|
4 years ago |
Pratyush Mishra
|
3bb3697c13
|
Update `crypto-primitives` and their contraints.
|
4 years ago |
Pratyush Mishra
|
04db0504ac
|
(cargo-release) start next development iteration 0.1.1-alpha.0
|
4 years ago |
Pratyush Mishra
|
9391b1fd04
|
Rename to `ed_on`
|
4 years ago |
Pratyush Mishra
|
1959a3de63
|
Rename curves
|
4 years ago |
Pratyush Mishra
|
33a9da08f8
|
Switch to `stable` cargo formatting options
|
4 years ago |
dependabot-preview[bot]
|
9ca5a94f2e
|
Update digest requirement from 0.7 to 0.8 (#141)
* Update `digest` and `blake2` requirement from 0.7 to 0.8
Updates the requirements on [digest](https://github.com/RustCrypto/traits) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/digest_v0.7.2...digest-v0.8.1)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
|
4 years ago |
Pratyush Mishra
|
2298df2e78
|
Make benchmarks compile, and check them in CI
|
4 years ago |
Marek Kotewicz
|
d4896ade47
|
crypto-primitives no-std (#96)
|
4 years ago |