Fix a typo in the Ed25519 API documentation.

This commit is contained in:
Brian Smith 2017-05-12 16:10:45 -10:00
parent 748f2c0452
commit e03f9e076f

View File

@ -315,7 +315,7 @@ pub const ED25519_PUBLIC_KEY_LEN: usize = PUBLIC_KEY_LEN;
#[inline]
fn ed25519_alg_id() -> &'static [u8] { &PKCS8_TEMPLATE[7..12] }
/// The length of a Ed25519 PKCs#8 (v2) private key generated by
/// The length of a Ed25519 PKCS#8 (v2) private key generated by
/// `Ed25519KeyPair::generate_pkcs8()`. Ed25519 PKCS#8 files generated by other
/// software may have different lengths, and `Ed25519KeyPair::generate_pkcs8()`
/// may generate files of a different length in the future.