daxpedda
|
b2f10858e0
|
Group revamp (#261)
* Revamp `KeGroup` trait
* Update dependencies
* Fix `hash_to_scalar` using `OprfGroup` instead of `KeGroup`
* Relax constraints on associated types of `KeGroup`
* Improve `KeGroup` implementation on `Curve`
* Improve `KeyExchange` trait
* Fix new Clippy 1.59 warnings
|
2022-02-24 22:13:22 -08:00 |
|
daxpedda
|
47a26a19c5
|
Format (#257)
* Add Rustfmt
* Add Taplo
|
2022-01-05 21:19:02 -08:00 |
|
daxpedda
|
36f0a55518
|
Voprf update (#255)
* Update to latest voprf
* Upgrade to Rust edition 2021
* Fix Clippy
* Remove all allocations
* Remove unnecessary `allow(type_alias_bounds)`
* Make all serialization infallible
* Remove self-dependency
* Update rustyline
|
2022-01-05 15:10:57 -08:00 |
|
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
|
65a0c2f98d
|
General cleanups and reorganizing code (#236)
|
2021-09-25 16:36:00 -07:00 |
|
Kevin Lewi
|
aee4b5d50e
|
Simplifying error handling (#232)
|
2021-08-22 12:28:19 -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
|
e6b5a5dcf6
|
Adding i2osp error checking condition
|
2021-07-08 19:38:30 -07:00 |
|
Kevin Lewi
|
0935bea8ff
|
Adding documentation of slow-hash + other features
|
2021-06-13 15:45:53 -07:00 |
|
Kevin Lewi
|
51b14f34e0
|
Fixing some clippy errors and CI
|
2021-06-12 23:24:27 -07:00 |
|
Marcelin Dupraz
|
055e76a115
|
Implement serde serialization and deserialization to follow Rust's standards.
|
2021-06-12 23:24:27 -07:00 |
|
Kevin Lewi
|
f596e4bf0e
|
Fixing clippy issues (#139)
|
2021-02-11 03:41:01 -08:00 |
|
Kevin Lewi
|
9d3963f98e
|
Addressing various TODOs and minor cleanups (#127)
|
2021-02-02 12:12:20 -08:00 |
|
Kevin Lewi
|
9f6b32a5ea
|
Updating envelope structure to support two fixed modes (#108)
* Moving id_u and id_s from ClientLoginStartParameters to ClientLoginFinishParameters
* Updating envelope format to support two fixed modes
|
2021-01-04 14:27:20 -08:00 |
|
Kevin Lewi
|
6f5a1fc6aa
|
Removing protocol message bytes (#93)
|
2020-11-30 11:37:32 -08:00 |
|
Kevin Lewi
|
95152c3b35
|
Adding API for handling info fields (#88)
|
2020-11-16 14:05:43 -08:00 |
|
Kevin Lewi
|
51b3781e5c
|
Updating AKE message format (#85)
|
2020-11-16 11:49:27 -08:00 |
|
Kevin Lewi
|
f165310c96
|
Adding expand_message_xmd and RFC compliance with VOPRF and H2C (#80)
|
2020-11-12 10:00:09 -08:00 |
|
François Garillot
|
05514e49aa
|
Correct platform size bug
|
2020-11-12 10:42:45 -05:00 |
|
Kevin Lewi
|
0fc3448777
|
Updating opaque interfaces to include ids from the internet draft (#56)
|
2020-11-02 20:15:06 -05:00 |
|
François Garillot
|
7cc1c0992a
|
remove the last few constants
|
2020-11-02 20:15:05 -05:00 |
|
François Garillot
|
9c06c98ad6
|
Introduce enum structs to replicate TLS message format
This PR favors native coercions of enums to numerical types to help ser/de operations.
Small rearrangement of the serialization module.
|
2020-11-02 20:15:02 -05:00 |
|