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

Returns the symmetric encryption algorithms supported by the library. Currently the only supported encryption algorithm is XSalsa20, although AES support is planned.