Skip to content

Commit dc9bcd6

Browse files
committed
docs: update
1 parent 41d63f0 commit dc9bcd6

File tree

1 file changed

+3
-1
lines changed
  • rust/catalyst-types/src/kid_uri

1 file changed

+3
-1
lines changed

rust/catalyst-types/src/kid_uri/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ pub struct KidURI {
4040
role: RoleIndex,
4141
/// Role Key Rotation count
4242
rotation: KeyRotation,
43-
/// Is this an Encryption Key
43+
/// Indicates whether this key is an encryption key.
44+
/// - `true`: The key is used for encryption.
45+
/// - `false`: The key is used for signing (signature key).
4446
encryption: bool,
4547
}
4648

0 commit comments

Comments
 (0)