[][src]Trait lnpbp::lnp::Transcode

pub trait Transcode: Bipolar + Encrypt + Decrypt {
    type Encryptor: Encrypt;
    type Decryptor: Decrypt;
}

Associated Types

Loading content...

Implementors

impl Transcode for NoiseTranscoder[src]

impl Transcode for PlainTranscoder[src]

type Encryptor = Self

type Decryptor = Self

Loading content...