invSqrt top-level property

BigInt invSqrt
final

The modular inverse of the square root (1/sqrt(a*d)) in the Ristretto255 curve field.

Implementation

final invSqrt = BigInt.parse(
    '54469307008909316920995813868745141605393597292927456921205312896311721017578');