scalar_complement example


        return self::scalar_random();
    }

    /** * @param string $s * @return string * @throws SodiumException */
    public static function ristretto255_scalar_complement($s)
    {
        return self::scalar_complement($s);
    }


    /** * @param string $s * @return string */
    public static function ristretto255_scalar_invert($s)
    {
        return self::sc25519_invert($s);
    }

    
Home | Imprint | This part of the site doesn't use cookies.