src/ed25519/verify.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 6 | 50.0 |
line | true | false | branch |
---|---|---|---|
54 | 0 | 1 | if (signature[63] & 224) { |
58 | 0 | 1 | if (ge_frombytes_negate_vartime(&A, public_key) != 0) { |
72 | 0 | 1 | if (!consttime_equal(checker, signature)) { |