Macro secp256kfun::s

source ·
macro_rules! s {
    ($($t:tt)*) => { ... };
}
Expand description

Scalar expression macro.

Like g! except that the output of the expression is a Scalar rather than a Point.