Skip to content

Commit

Permalink
Add ECDSAP256RawKeyTemplate to signature benchmarks.
Browse files Browse the repository at this point in the history
This adds a key template which utilizes IEE P1363 encoding.

PiperOrigin-RevId: 631476262
Change-Id: Ia7a055ca9f1714fa53c92a7fb0a230a10d495404
  • Loading branch information
chuckx authored and copybara-github committed May 7, 2024
1 parent d761f2d commit edad806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions signature/signature_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ var benchmarkTestCases = []struct {
}, {
name: "ECDSA_P256",
template: signature.ECDSAP256KeyTemplate(),
}, {
name: "ECDSA_P256_RAW",
template: signature.ECDSAP256RawKeyTemplate(),
}, {
name: "ECDSA_P384",
template: signature.ECDSAP384SHA384KeyTemplate(),
Expand Down

0 comments on commit edad806

Please sign in to comment.