Skip to content

Commit f881d0a

Browse files
Add a documentation
1 parent 62f3742 commit f881d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/rbac-registration/src/cardano/cip509/validation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ fn c509_cert_key(cert: &C509, context: &str, report: &ProblemReport) -> Option<V
352352
fn verifying_key(
353353
extended_public_key: &[u8], context: &str, report: &ProblemReport,
354354
) -> Option<VerifyingKey> {
355+
/// An extender public key length in bytes.
355356
const EXTENDED_PUBLIC_KEY_LENGTH: usize = 64;
356357

357358
if extended_public_key.len() != EXTENDED_PUBLIC_KEY_LENGTH {

0 commit comments

Comments
 (0)