pub struct BlindSigner { /* private fields */ }Implementations§
Source§impl BlindSigner
impl BlindSigner
pub fn new(bits: usize) -> Result<Self>
pub fn from_keys(private_key: RsaPrivateKey) -> Self
pub fn public_key(&self) -> &RsaPublicKey
pub fn sign_blinded(&self, blinded_message: &BigUint) -> Result<BigUint>
Auto Trait Implementations§
impl Freeze for BlindSigner
impl RefUnwindSafe for BlindSigner
impl Send for BlindSigner
impl Sync for BlindSigner
impl Unpin for BlindSigner
impl UnsafeUnpin for BlindSigner
impl UnwindSafe for BlindSigner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more