Struct crypto::poly1305::Poly1305
[-] [+]
[src]
pub struct Poly1305 { // some fields omitted }
pub struct Poly1305 { // some fields omitted }
impl Poly1305
impl Mac for Poly1305
fn input(&mut self, data: &[u8])
fn reset(&mut self)
fn result(&mut self) -> MacResult
fn raw_result(&mut self, output: &mut [u8])
fn output_bytes(&self) -> usize
impl Copy for Poly1305
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).