scalar_to_bigint

Function scalar_to_bigint 

Source
pub fn scalar_to_bigint(s: FpBN256) -> BigInt
Expand description

Convert a field Scalar into a signed BigInt

§Arguments

  • s - Field element scalar to convert

§Returns

Returns the scalar as a signed BigInt value.