menu
proxy_recrypt package
documentation
proxy_recrypt.dart
Scalar
inv method
inv method
dark_mode
light_mode
inv
method
Scalar
inv
(
)
Get multiplicative inverse
Implementation
Scalar inv() { return Scalar(value.modInverse(order), order); }
proxy_recrypt package
documentation
proxy_recrypt
Scalar
inv method
Scalar class