Skip to content

Commit

Permalink
Merge pull request #227 from isislovecruft/fix/weird-pub
Browse files Browse the repository at this point in the history
I found a weird pub, not the kind you get cidre in.
  • Loading branch information
hdevalence committed Jan 24, 2019
2 parents 8e50625 + 0d23260 commit 6d7d943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field.rs
Expand Up @@ -280,7 +280,7 @@ mod test {
/// Random element a of GF(2^255-19), from Sage
/// a = 1070314506888354081329385823235218444233221\
/// 2228051251926706380353716438957572
pub static A_BYTES: [u8; 32] =
static A_BYTES: [u8; 32] =
[ 0x04, 0xfe, 0xdf, 0x98, 0xa7, 0xfa, 0x0a, 0x68,
0x84, 0x92, 0xbd, 0x59, 0x08, 0x07, 0xa7, 0x03,
0x9e, 0xd1, 0xf6, 0xf2, 0xe1, 0xd9, 0xe2, 0xa4,
Expand Down

0 comments on commit 6d7d943

Please sign in to comment.