[][src]Trait curv_kzen::arithmetic::traits::BitManipulation

pub trait BitManipulation {
    fn set_bit(&mut self, bit: usize, bit_val: bool);
fn test_bit(&self, bit: usize) -> bool; }

Required methods

fn set_bit(&mut self, bit: usize, bit_val: bool)

fn test_bit(&self, bit: usize) -> bool

Loading content...

Implementations on Foreign Types

impl BitManipulation for Mpz[src]

Loading content...

Implementors

Loading content...