Trait fadroma::scrt::ResponseExt

source ·
pub trait ResponseExt {
    // Required method
    fn pad(self) -> Self;
}

Required Methods§

source

fn pad(self) -> Self

Pads the message data to a multiple of BLOCK_SIZE if it is set.

Implementors§