Skip to content

Commit 3552be9

Browse files
authored
pkcs8: add hint on private_key field about its format (#1749) (#1751)
1 parent 6f41e18 commit 3552be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkcs8/src/private_key_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub struct PrivateKeyInfo<Params, Key, PubKey> {
9595
/// X.509 `AlgorithmIdentifier` for the private key type.
9696
pub algorithm: AlgorithmIdentifier<Params>,
9797

98-
/// Private key data.
98+
/// Private key data. Exact content format is different between algorithms.
9999
pub private_key: Key,
100100

101101
/// Public key data, optionally available if version is V2.

0 commit comments

Comments
 (0)