pub fn get_supported_asymmetric_algorithms() -> Vec<String>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Returns the asymmetric encryption algorithms supported by the library. Currently the only supported algorithm is Curve25519, which is included in drafts for FIPS 186-5. This is because of how tricky RSA can be to get right in addition to the massive key sizes required for good security.