[][src]Trait lnpbp::lnp::Encrypt

pub trait Encrypt {
    fn encrypt(&mut self, buffer: impl Borrow<[u8]>) -> Vec<u8>

Notable traits for Vec<u8>

impl Write for Vec<u8>
; }

Required methods

fn encrypt(&mut self, buffer: impl Borrow<[u8]>) -> Vec<u8>

Notable traits for Vec<u8>

impl Write for Vec<u8>

Loading content...

Implementors

impl Encrypt for NoiseEncryptor[src]

impl Encrypt for NoiseTranscoder[src]

impl Encrypt for PlainTranscoder[src]

Loading content...