Browse Source

doh i had identity swapped with base; sigs work now but they need a comprehensive test

master
Michael Hamburg 10 years ago
parent
commit
cdc4ab2bc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/decaf_crypto.c

+ 1
- 1
src/decaf_crypto.c View File

@@ -191,7 +191,7 @@ decaf_448_verify_shake (


decaf_448_point_double_scalarmul ( decaf_448_point_double_scalarmul (
pubpoint, pubpoint,
decaf_448_point_identity, response,
decaf_448_point_base, response,
pubpoint, challenge pubpoint, challenge
); );




Loading…
Cancel
Save