darkfi_sdk::crypto::blind

Type Alias ScalarBlind

Source
pub type ScalarBlind = Blind<Scalar>;

Aliased Type§

struct ScalarBlind(pub Fq);

Fields§

§0: Fq

Trait Implementations§

Source§

impl Display for ScalarBlind

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<u64> for ScalarBlind

Source§

fn from(x: u64) -> Self

Converts to this type from the input type.
Source§

impl FromStr for ScalarBlind

Source§

fn from_str(enc: &str) -> Result<Self, Self::Err>

Tries to create a ScalarBlind object from a base58 encoded string.

Source§

type Err = ContractError

The associated error which can be returned from parsing.