[][src]Trait kaiser::ciphers::PartialEncrypt

pub trait PartialEncrypt: Encrypt {
    fn encrypt_partial(
        &self,
        buf: PartialBuffer
    ) -> Result<PartialBuffer, Self::Error>; }

Required methods

fn encrypt_partial(
    &self,
    buf: PartialBuffer
) -> Result<PartialBuffer, Self::Error>

Loading content...

Implementors

impl PartialEncrypt for Affine[src]

impl PartialEncrypt for Caesar[src]

impl PartialEncrypt for Vigenere[src]

Loading content...