We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec5db3 commit 9e9e23bCopy full SHA for 9e9e23b
mithril-common/src/crypto_helper/cardano/opcert.rs
@@ -41,7 +41,8 @@ struct RawOpCert(RawFields, EdPublicKey);
41
pub struct OpCert {
42
pub(crate) kes_vk: KesPublicKey,
43
pub(crate) issue_number: u64,
44
- pub(crate) start_kes_period: u64, // this is not the kes period used in signing/verifying
+ /// KES period at which KES key is initalized
45
+ pub start_kes_period: u64,
46
pub(crate) cert_sig: EdSignature,
47
pub(crate) cold_vk: EdPublicKey,
48
}
0 commit comments