daxpedda
|
82e4436d39
|
General improvements (#250)
* Remove unnecessary constraints on hash
* Remove unnecessary `Result` on `KeyPair::generate_random`
* Fix de-serialization issue on `Ke1State`
* Fix rustfmt
* Remove allocations in `envelope`
* Run Clippy for tests and rustdoc lints too
* Fix `Debug` implementation
* Fix missing constraints on `ClientRegistration`
* Fix de-serialization
* Pin temporary dependency
* Update dependencies
* Replace macro with derive-where
* Remove unnecessary installation of Rust components
* Improve macro naming
* Implement `Copy`, `Debug`, `Ord` and `PartialOrd` for high-level items
* Add `rust-version` field to `Cargo.toml`
* Remove unnecessary allocations
* Fix MSRV
* Fix no_std
* Remove unnecessary allocations
* Remove unnecessary allocations
* Not importing items from voprf helps readability
* Fix rustdoc
* Remove unnecessary allocations
* Remove unnecessary allocations
* Replace `Vec` from `diffie_hellman` with `GenericArray`
* Remove unnecessary allocations
* Remove unnecessary allocations
* Remove `cfg(feature = bench)` guard for `missing_docs`
* Fix documentation
* Remove all remaining allocations from `KeyExchange`
* Improve type-safety
* Remove all remaining allocations in `keypair`
* Remove last remaining allocations except `NonVerifiableClient` input
* Remove base64 encoding in Serde implementation
* Remove unnecessary Serde `alloc` feature
* Make curve25519-dalek optional
* Rename `serialize` crate feature to `serde`
* Switch `KeGroup` implementations to higher-level libraries
- Fixes missing clamping in X25519
- X25519 is now a separate crate feature
* Fix typo
|
2022-01-03 15:50:40 -08:00 |
|
Kevin Lewi
|
adbd50f523
|
Updating to dual-license (#252)
|
2021-12-03 14:38:11 -08:00 |
|
Kevin Lewi
|
29b2ebef1b
|
Using voprf as a dependency (#248)
* Using voprf as a dependency
* Adding back x25519 and KeGroup
* Addressing comments
|
2021-10-25 02:54:32 -07:00 |
|
Kevin Lewi
|
65a0c2f98d
|
General cleanups and reorganizing code (#236)
|
2021-09-25 16:36:00 -07:00 |
|
 daxpeddaandKevin Lewi
|
8a7bcf9097
|
no_std support (#225)
* No std implementation
* Run tests with std
* Adding wasm32-unknown-unknown target
Co-authored-by: Kevin Lewi <[email protected]>
|
2021-08-11 21:25:07 -07:00 |
|
Kevin Lewi
|
e86fbac0b7
|
Add copyright header and update server consistency documentation
|
2021-06-28 13:16:16 -07:00 |
|
daxpedda
|
eb59676a94
|
Implement common traits
|
2021-06-22 20:46:34 -07:00 |
|