 Kevin LewiandGitHub
|
a85a7bea8f
|
Publishing v4.1.0-pre.1 (#415)
|
2025-11-18 10:28:27 -08:00 |
|
 Kevin LewiandGitHub
|
9b5eef4f8f
|
Publishing v4.1.0-pre.0 (#413)
|
2025-11-12 13:49:39 -08:00 |
|
 Kevin LewiandGitHub
|
ed5e7cf116
|
Publishing v4.0.0 (#407)
|
2025-10-23 16:28:30 -07:00 |
|
 
|
226fe0ea7a
|
Updating test vectors to RFC 9807 (#386)
* Updating to RFC 9807
* Update CHANGELOG.md
Co-authored-by: daxpedda <[email protected]>
* Update CHANGELOG.md
Co-authored-by: daxpedda <[email protected]>
* Update CHANGELOG.md
Co-authored-by: daxpedda <[email protected]>
---------
Co-authored-by: daxpedda <[email protected]>
|
2025-09-08 11:27:47 -07:00 |
|
 daxpeddaandGitHub
|
5b492aedbf
|
Update MSRV to v1.85 and edition to 2024 (#383)
|
2025-07-10 12:55:41 -07:00 |
|
 daxpeddaandGitHub
|
6b69e93dc9
|
Bump MSRV to v1.83 (#370)
* Fix Clippy warnings for Rust v1.86
* Bump MSRV to v1.83
|
2025-04-15 13:31:37 -07:00 |
|
 Nik GrafandGitHub
|
ff3a8b960d
|
Update Readme link (#368)
|
2024-10-25 15:06:50 -07:00 |
|
 Kevin LewiandGitHub
|
df8e61d24b
|
Publishing v3.0.0 (#367)
|
2024-10-09 22:13:13 -07:00 |
|
 CynthiaandGitHub
|
94d9c563a4
|
chore!: align to draft 16, update dependencies (#365)
* chore!: align to draft 16, update dependencies
* chore: fix toml formatting
|
2024-09-23 21:28:40 -07:00 |
|
 Kevin LewiandGitHub
|
4e525560c7
|
Publishing v3.0.0-pre.5 (#364)
|
2024-09-18 14:58:35 -07:00 |
|
 Kevin LewiandGitHub
|
066f88f434
|
Updating dependencies (#360)
|
2024-09-16 18:01:45 -07:00 |
|
 Kevin LewiandGitHub
|
83795f3f1c
|
Increase MSRV to 1.70 and update workflow dependencies (#342)
|
2023-09-24 17:43:59 -07:00 |
|
 Kevin LewiandGitHub
|
d13d261cf1
|
Publishing v3.0.0-pre.4 (#337)
|
2023-07-25 01:38:33 -07:00 |
|
 
|
d65cc4d38d
|
add more resources (WebAssembly and React Native) (#335)
* add more resources (WebAssembly and React Native)
* Fixing clippy
---------
Co-authored-by: Kevin Lewi <[email protected]>
|
2023-07-15 20:44:47 -07:00 |
|
 Kevin LewiandGitHub
|
c3498ead45
|
Publishing v3.0.0-pre.3 (#327)
|
2023-06-08 01:39:28 -07:00 |
|
 Kevin LewiandGitHub
|
a88373722e
|
Updating dual-license language (#324)
|
2023-05-22 23:04:26 -07:00 |
|
 Kevin LewiandGitHub
|
8b755bf076
|
Publishing v3.0.0-pre.2 (#318)
|
2023-03-14 19:07:10 -07:00 |
|
 daxpeddaandGitHub
|
c255364ca0
|
Update VOPRF to draft 19 (#307)
|
2023-03-04 20:31:07 -08:00 |
|
 daxpeddaandGitHub
|
5400128833
|
Update rustyline to v0.11 (#313)
|
2023-03-04 14:49:29 -08:00 |
|
 Kevin LewiandGitHub
|
b40092db28
|
Publishing v3.0.0-pre.1 (#309)
|
2023-02-08 17:46:28 -08:00 |
|
 daxpeddaandGitHub
|
1fbe25507e
|
Bump voprf to v0.5.0-pre.2 (#304)
|
2023-02-03 16:45:52 -08:00 |
|
 Kevin LewiandGitHub
|
d2a2139348
|
Publishing v2.0.0 (#283)
|
2022-09-21 20:31:31 -07:00 |
|
 Kevin LewiandGitHub
|
9ce5d8d191
|
Fixing voprf dependency pinning (#280)
|
2022-07-11 19:17:29 -04:00 |
|
 Kevin LewiandGitHub
|
22eded4ed8
|
Updating voprf dependency and test vectors (#278)
|
2022-07-05 05:21:50 -04:00 |
|
 Kevin LewiandGitHub
|
6e90913132
|
Adding documentation on RegistrationUpload and removing patch voprf in Cargo.toml (#273)
|
2022-04-22 01:51:16 -07:00 |
|
 Kevin LewiandGitHub
|
3fe6bbb80f
|
Updating to version 08 (#271)
|
2022-04-17 16:23:31 -07:00 |
|
 Kevin LewiandGitHub
|
f952a26e29
|
Publishing v2.0.0-pre.1 (#270)
|
2022-03-15 19:51:40 -07:00 |
|
 daxpeddaandGitHub
|
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 |
|
 daxpeddaandGitHub
|
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 |
|
 Kevin LewiandGitHub
|
d59d0b775b
|
Adding audit report reference to README + licenses (#253)
|
2021-12-13 15:29:06 -08:00 |
|
 Kevin LewiandGitHub
|
adbd50f523
|
Updating to dual-license (#252)
|
2021-12-03 14:38:11 -08:00 |
|
 Kevin LewiandGitHub
|
65a0c2f98d
|
General cleanups and reorganizing code (#236)
|
2021-09-25 16:36:00 -07:00 |
|
 
|
2373ca8680
|
Increase MSRV to 1.51 (#217)
* Increase MSRV to 1.51
* Adding MSRV note
Co-authored-by: Kevin Lewi <[email protected]>
|
2021-07-30 15:36:57 -07:00 |
|
 Kevin LewiandKevin Lewi
|
349329cdeb
|
Releasing v0.6.0
|
2021-06-30 12:20:57 -07:00 |
|
 Kevin LewiandGitHub
|
b15c89f997
|
Adding reference to wasm package and link to examples in README (#160)
|
2021-05-10 21:40:53 -07:00 |
|
 Kevin LewiandGitHub
|
ba8e940e08
|
Updating to 0.5 with removing generic_bytes_derive (#150)
|
2021-03-01 19:23:09 -08:00 |
|
 Kevin LewiandGitHub
|
ac08801f18
|
Updating to version 0.4.0 and simplifying transcript computation logic in TripleDH (#148)
|
2021-02-26 15:18:10 -08:00 |
|
 Kevin LewiandGitHub
|
e4636e0a97
|
Releasing v0.3.1 (#141)
|
2021-02-11 18:20:11 -08:00 |
|
 Kevin LewiandGitHub
|
d3204203ca
|
Publishing v0.3.0 (#132)
|
2021-02-08 12:52:46 -08:00 |
|
 Kevin LewiandGitHub
|
605d2b639b
|
Cleaning up docs + README (#98)
|
2020-12-12 21:53:33 -08:00 |
|
 Kevin LewiandGitHub
|
8ccb5ad510
|
Publishing v0.2.1 (#66)
|
2020-10-22 10:23:25 -07:00 |
|
 
|
84cc0e9b72
|
Updating changelog / README / Cargo.toml to version 0.2.0 (#47)
Rust CI / test (u32_backend) (push) Has been cancelled
Rust CI / test (u64_backend) (push) Has been cancelled
Rust CI / cargo bench compilation (push) Has been cancelled
Rust CI / cargo clippy (push) Has been cancelled
Rust CI / cargo fmt (push) Has been cancelled
Rust CI / cargo-deny check (push) Has been cancelled
* Updating changelog / README / Cargo.toml to version 0.2.0
* Update CHANGELOG.md
Co-authored-by: François Garillot <[email protected]>
Co-authored-by: François Garillot <[email protected]>
|
2020-09-03 13:21:27 -07:00 |
|
François Garillot
|
738b90188d
|
add build badge
|
2020-06-19 15:23:04 -04:00 |
|
Kevin Lewi
|
88696763cc
|
Initial commit
Rust CI / test + Clippy + rustfmt (push) Has been cancelled
|
2020-06-05 09:35:14 -07:00 |
|