Skip to content

Commit 7d1bfea

Browse files
committed
[❄] Add FROST_V0_FINGERPRINT export
1 parent 75c301c commit 7d1bfea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

schnorr_fun/src/frost/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,12 @@ where
426426
/// A Frost signature share.
427427
pub type SignatureShare = Scalar<Public, Zero>;
428428

429+
/// The default fingerprint used for share generation in production
430+
pub const FROST_V0_FINGERPRINT: Fingerprint = Fingerprint {
431+
bit_length: 18,
432+
tag: "frost-v0",
433+
};
434+
429435
#[cfg(test)]
430436
mod test {
431437

0 commit comments

Comments
 (0)