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