Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit f44e1ce

Browse files
committed
Remove extraneous fields in EXP.
Closes #12.
1 parent 58b9502 commit f44e1ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/codahale/shamir/GF256.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ private GF256() {
143143
(byte) 0x29, (byte) 0x7b, (byte) 0x8d, (byte) 0x8c, (byte) 0x8f, (byte) 0x8a, (byte) 0x85,
144144
(byte) 0x94, (byte) 0xa7, (byte) 0xf2, (byte) 0x0d, (byte) 0x17, (byte) 0x39, (byte) 0x4b,
145145
(byte) 0xdd, (byte) 0x7c, (byte) 0x84, (byte) 0x97, (byte) 0xa2, (byte) 0xfd, (byte) 0x1c,
146-
(byte) 0x24, (byte) 0x6c, (byte) 0xb4, (byte) 0xc7, (byte) 0x52, (byte) 0xf6, (byte) 0x00,
147-
(byte) 0x00
146+
(byte) 0x24, (byte) 0x6c, (byte) 0xb4, (byte) 0xc7, (byte) 0x52, (byte) 0xf6,
148147
};
149148

150149
static byte add(byte a, byte b) {

0 commit comments

Comments
 (0)