galois-field Questions

4

Solved

One of the AVX-512 instruction set extensions is AVX-512 + GFNI, " Galois Field New Instructions". Galois theory is about field extensions. What does that have to do with processing vectorized int...
Amenity asked 1/12, 2019 at 10:39

2

Solved

I want to use python interpolate polynomial on points from a finite-field and get a polynomial with coefficients in that field. Currently I'm trying to use SymPy and specifically interpolate (from...
Voidance asked 2/1, 2018 at 17:33

3

Solved

I am trying to implement a Reed-Solomon encoder-decoder in Python supporting the decoding of both erasures and errors, and that's driving me crazy. The implementation currently supports decoding o...
Barhorst asked 13/5, 2015 at 12:50

6

I am puting up a C code for the Multiplication of block (Alogrithm 1) in the GCM SP-800-38D document here. Page 11-12. Having completed the code, I want to see if there are any way I can test the ...

1

Solved

These 2 functions perform Extended Euclidean Algorithm, and then find the multiplicative inverse. The order seems right, but it's not coming back with what I'm expecting as per this tool from U of ...

1

Solved

I am trying to understand how the galois LFSR code works. On the wikipedia page there is a figure with an example. There is a C snippet code. #include <stdint.h> uint16_t lfsr = 0xACE1u; uns...
Dulaney asked 3/6, 2013 at 7:11

2

Solved

I am attempting to generate QR codes on an extremely limited embedded platform. Everything in the specification seems fairly straightforward except for generating the error correction codewords. I ...
Chanel asked 9/12, 2011 at 3:21
1

© 2022 - 2024 — McMap. All rights reserved.