Arthur Gautier
773a0646ce
fixup ci: unsafe usage on nightly and bump ed25519's MSRV ( #753 )
...
* ed25519-dalek: bump MSRV to 1.81
base64ct now requires rustc 1.81
* nightly and stable disagree on usage of unsafe
```
error: unnecessary `unsafe` block
492
--> curve25519-dalek/src/backend/vector/avx2/field.rs:479:28
493
|
494
479 | let c9_19: u32x8 = unsafe {
495
| ^^^^^^ unnecessary `unsafe` block
```
This would only happen on nightly.
2025-05-08 12:37:08 -06:00
Michael Rosenberg
4ac84dd066
curve,ed,x: Bump patch version to reflect fix to nightly SIMD build ( #621 )
2024-02-06 20:09:18 -05:00
Michael Rosenberg
f08bbb7f57
ed: Prep to release v2.1.0 ( #600 )
2023-11-14 15:35:42 -05:00
Michael Rosenberg
04f811ad21
ed: Add back SigningKey::to_scalar_bytes ( #599 )
...
* Brought back SigningKey::to_scalar_bytes; added regression test
* Updated SigningKey::to_scalar docs and tests
2023-11-14 13:23:48 -05:00
Tony Arcieri
ac51ef6ecf
ed25519: loosen signature crate dependency again ( #598 )
...
Like #582 , there is a new release of `signature` (v2.2.0) which contains
no breaking changes from ed25519-dalek's perspective. The main notable
one is it bumps MSRV to 1.60, which so also happens to also be
ed25519-dalek's MSRV.
This commit loosens the version requirement to allow `>=2.0, <2.3` to
allow the `signature` 2.2 series.
2023-11-14 00:09:16 -05:00
Tony Arcieri
598695c400
ed25519: loosen signature crate dependency ( #582 )
...
The `signature` crate contains unstable, minor version-gated
functionality.
The v2.1 release did not change any of that, and only added new
functionality. So it's safe to relax the requirement for `signature` to
`>=2.0, <2.2`.
2023-10-27 00:29:56 -04:00
Michael Rosenberg
8ed1666b97
ed,x: updated repo links
2023-09-06 00:49:26 -04:00
Rob Ede
c8d1d400f1
curve,ed: chore: update dev deps ( #569 )
2023-08-28 09:46:38 -04:00
Michael Rosenberg
594b1f9ffe
Updated Cargo.toml repo and homepage links to the Github monorepo
2023-08-28 02:36:14 -04:00
Matt Johnston
c66973c823
ed: ConstantTimeEq and PartialEq for SigningKey ( #557 )
2023-08-12 01:49:16 -04:00
Michael Rosenberg
42b55fd117
ed: Bump ed25519-dalek to 2.0.0 ( #559 )
...
* Made clippy happy
2023-08-11 11:38:43 -04:00
Michael Rosenberg
e44d4b5903
curve,ed,x: Bump curve version to 4.0.0 ( #550 )
2023-07-22 12:52:24 -04:00
pinkforest
6e422d96d7
Re-organize Cargo manifests to workspace
2023-06-28 09:38:06 +00:00
pinkforest
d62def9c22
Workspace ed25519 under ed25519-dalek
2023-06-27 04:04:09 +00:00