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 41d63f0 commit dc9bcd6Copy full SHA for dc9bcd6
rust/catalyst-types/src/kid_uri/mod.rs
@@ -40,7 +40,9 @@ pub struct KidURI {
40
role: RoleIndex,
41
/// Role Key Rotation count
42
rotation: KeyRotation,
43
- /// Is this an Encryption Key
+ /// 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).
46
encryption: bool,
47
}
48
0 commit comments