[−][src]Struct bulletproofs::PedersenGens
Represents a pair of base points for Pedersen commitments.
The Bulletproofs implementation and API is designed to support pluggable bases for Pedersen commitments, so that the choice of bases is not hard-coded.
The default generators are:
B
: theristretto255
basepoint;B_blinding
: the result ofristretto255
SHA3-512 hash-to-group on inputB_bytes
.
Fields
B: RistrettoPoint
Base for the committed value
B_blinding: RistrettoPoint
Base for the blinding factor
Methods
impl PedersenGens
[src][−]
pub fn commit(&self, value: Scalar, blinding: Scalar) -> RistrettoPoint
[src][−]
Creates a Pedersen commitment using the value scalar and a blinding factor.
Trait Implementations
impl Clone for PedersenGens
[src][+]
impl Copy for PedersenGens
[src]
impl Default for PedersenGens
[src][+]
Auto Trait Implementations
impl Send for PedersenGens
impl Sync for PedersenGens
impl Unpin for PedersenGens
impl UnwindSafe for PedersenGens
impl RefUnwindSafe for PedersenGens
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Clear for T where
T: InitializableFromZeroed + ?Sized,
[src][+]
T: InitializableFromZeroed + ?Sized,
impl<T> InitializableFromZeroed for T where
T: Default,
[src][+]
T: Default,
impl<T> FromCast<T> for T
[src][+]
impl<T, U> Cast<U> for T where
U: FromCast<T>,
[src][+]
U: FromCast<T>,
impl<T> FromBits<T> for T
[src][+]
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
[src][+]
U: FromBits<T>,