Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit d9f9105

Browse files
authored
Add BLS_KEYPAIR_DERIVE_SEED. (#94)
1 parent e5df52d commit d9f9105

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

program/src/bls_message.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ use {
88
solana_bls::Signature as BLSSignature,
99
};
1010

11+
/// The seed used to derive the BLS keypair
12+
pub const BLS_KEYPAIR_DERIVE_SEED: &[u8; 9] = b"alpenglow";
13+
1114
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
1215
#[derive(Clone, Copy, Debug, PartialEq)]
1316
/// BLS vote message, we need rank to look up pubkey

0 commit comments

Comments
 (0)