This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
g^510 and g^511 #12
Comments
Those are never actually referenced, since This table was generated using the procedure specified here: https://github.com/rsc/qr/blob/master/gf256/gf256.go#L21 |
Sure that g^510 is not required for 255+255? |
Put g^510 and g^511 there and you can kick out an |
You’re missing the point — it’s a lookup table for the results of everything except |
Repository owner
locked as resolved and limited conversation to collaborators
Apr 30, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I calculate g^510 and g^511 manually, I get values 1 and 3. Why does the
EXP
table contain values 0 and 0 here?shamir/src/main/java/com/codahale/shamir/GF256.java
Line 146 in 58b9502
The text was updated successfully, but these errors were encountered: