mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 12:10:51 +02:00
Rust wrapper: add doc comment for MAX_E_LEN
This commit is contained in:
@@ -196,6 +196,8 @@ impl<H: Hash, const N: usize> SignerMut<Signature<N>> for SigningKey<H, N> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Maximum number of bytes that the E exponent can use. An error is returned
|
||||
/// if longer exponent byte arrays are provided.
|
||||
const MAX_E_LEN: usize = 8;
|
||||
|
||||
/// RSA PKCS#1 v1.5 verifying key.
|
||||
|
||||
Reference in New Issue
Block a user