Update Cargo.lock after rebase

This commit is contained in:
Luke Parker
2025-08-30 19:36:00 -04:00
parent 354efc0192
commit 3c6e889732
14 changed files with 1285 additions and 2300 deletions

View File

@@ -3,7 +3,8 @@ use alloc::vec::Vec;
use zeroize::Zeroize;
use borsh::{BorshSerialize, BorshDeserialize};
use ciphersuite::{group::GroupEncoding, Ciphersuite, Ristretto};
use ciphersuite::{group::GroupEncoding, Ciphersuite};
use dalek_ff_group::Ristretto;
use crate::{
constants::MAX_KEY_SHARES_PER_SET,