Struct hacl_star::And [] [src]

pub struct And<A, B>(pub A, pub B);

Methods

impl<'a, 'b> And<&'a SecretKey, &'b PublicKey>
[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<A, B> Send for And<A, B> where
    A: Send,
    B: Send

impl<A, B> Sync for And<A, B> where
    A: Sync,
    B: Sync