Skip to content

Commit

Permalink
Remove extraneous fields in EXP.
Browse files Browse the repository at this point in the history
Closes codahale#12.
  • Loading branch information
codahale committed Apr 30, 2019
1 parent 58b9502 commit f44e1ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/codahale/shamir/GF256.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ private GF256() {
(byte) 0x29, (byte) 0x7b, (byte) 0x8d, (byte) 0x8c, (byte) 0x8f, (byte) 0x8a, (byte) 0x85,
(byte) 0x94, (byte) 0xa7, (byte) 0xf2, (byte) 0x0d, (byte) 0x17, (byte) 0x39, (byte) 0x4b,
(byte) 0xdd, (byte) 0x7c, (byte) 0x84, (byte) 0x97, (byte) 0xa2, (byte) 0xfd, (byte) 0x1c,
(byte) 0x24, (byte) 0x6c, (byte) 0xb4, (byte) 0xc7, (byte) 0x52, (byte) 0xf6, (byte) 0x00,
(byte) 0x00
(byte) 0x24, (byte) 0x6c, (byte) 0xb4, (byte) 0xc7, (byte) 0x52, (byte) 0xf6,
};

static byte add(byte a, byte b) {
Expand Down

0 comments on commit f44e1ce

Please sign in to comment.