Function report |
Source Code:lib\bch.c |
Create Date:2022-07-28 06:59:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:shorter and faster modulo function, only works when v < 2N.
Proto:static inline int mod_s(struct bch_control *bch, unsigned int v)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bch_control * | bch | |
unsigned int | v |
Name | Describe |
---|---|
gf_mul | Galois field basic operations: multiply, divide, inverse, etc. |
gf_sqr | |
gf_div | |
a_ilog | |
find_affine4_roots | his function builds and solves a linear system for finding roots of a degree* 4 affine monic polynomial X^4+aX^2+bX+c over GF(2^m). |
find_poly_deg1_roots | mpute root r of a degree 1 polynomial over GF(2^m) (returned as log(1/r)) |
gf_poly_logrep | ld monic, log-based representation of a polynomial |
gf_poly_mod | mpute polynomial Euclidean division remainder in GF(2^m)[X] |
compute_generator_polynomial | mpute generator polynomial for given (m,t) parameters. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |