Browse Source

ed25519 prehashed test vector. ed448 prehashed test vectors look invalid??

master
Michael Hamburg 8 years ago
parent
commit
c5a9b7757b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/vectors.inc.cxx

+ 1
- 0
test/vectors.inc.cxx View File

@@ -162,6 +162,7 @@ const uint8_t ed448_eddsa_message[][12] = {{
0x64,0xa6,0x5f,0x3c,0xde,0xdc,0xdd,0x66,
0x81,0x1e,0x29,0x15
}};
/* TODO: prehashed test vectors, once spec is fixed */


template<> const bool Tests<Ed448Goldilocks>::eddsa_prehashed[] = {


Loading…
Cancel
Save