Crate gf2_192

source ·
Expand description

Implementation of finite field arithmetic and polynomial interpolation/evaluation in Galois field GF(2^192).

Modules

By Leonid Reyzin This is free and unencumbered software released into the public domain.
By Leonid Reyzin This is free and unencumbered software released into the public domain.

Enums

General error type for the gf2_192 crate

Functions

Logical right shift of i8 values which is equivalent to the >>> operator in java/scala. Need this because rust does ‘arithmetical shift right’ on signed integers. See:
Logical right shift of i64 values which is equivalent to the >>> operator in java/scala. Need this because rust does ‘arithmetical shift right’ on signed integers. See: