Skip to content

Commit

Permalink
docs: add documentation to KeyComponentType
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 9, 2023
1 parent 4a52bfe commit 6d5e224
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/src/ecdsa_keys.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,15 @@ class KeyComponent {
}
}

/// The three different types of an ECDSA [KeyComponent].
enum KeyComponentType {
/// The x coordinate of the public key.
x,

/// The y coordinate of the public key.
y,

/// The private key.
private;

@override
Expand Down

0 comments on commit 6d5e224

Please sign in to comment.