From a4811c9a4135bcb17945161d2313a55a426995a1 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 29 Aug 2025 02:07:29 -0400 Subject: [PATCH] Tag dalek-ff-group 0.4.6 --- Cargo.lock | 2 +- crypto/dalek-ff-group/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8e1ecdb..fafab11b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2428,7 +2428,7 @@ dependencies = [ [[package]] name = "dalek-ff-group" -version = "0.4.4" +version = "0.4.6" dependencies = [ "ciphersuite 0.4.2", "crypto-bigint 0.5.5", diff --git a/crypto/dalek-ff-group/Cargo.toml b/crypto/dalek-ff-group/Cargo.toml index 0b35bcfb..3b88e686 100644 --- a/crypto/dalek-ff-group/Cargo.toml +++ b/crypto/dalek-ff-group/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dalek-ff-group" -version = "0.4.4" +version = "0.4.6" description = "ff/group bindings around curve25519-dalek" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/dalek-ff-group" @@ -29,7 +29,7 @@ sha2 = { version = "0.10", default-features = false } ff = { version = "0.13", default-features = false, features = ["bits"] } group = { version = "0.13", default-features = false } -ciphersuite = { path = "../ciphersuite", default-features = false } +ciphersuite = { version = "0.4.2", path = "../ciphersuite", default-features = false } crypto-bigint = { version = "0.5", default-features = false, features = ["zeroize"] }