chore: bump to 0.6.0-rc.0, migrate to elliptic-curve 0.14, hash2curve 0.14, rand_core 0.10 #1

Merged
breakingbread merged 6 commits from chore/migrate-elliptic-curve-0.14 into master 2026-06-27 17:04:59 +02:00
Showing only changes of commit 978a04a847 - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@ use elliptic_curve::{
AffinePoint, Field, FieldBytes, FieldBytesSize, Group as _, ProjectivePoint, PublicKey, Scalar,
SecretKey,
};
use hash2curve::{ExpandMsgXmd, GroupDigest, hash_to_scalar, MapToCurve};
use hash2curve::{ExpandMsgXmd, GroupDigest, MapToCurve, hash_to_scalar};
use hybrid_array::typenum::{IsGreaterOrEqual, Prod, Sum, True, U2};
use hybrid_array::{Array, ArraySize};
use rand_core::TryCryptoRng;