Skip to content

Commit

Permalink
Start documenting differences
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Jul 6, 2023
1 parent a1d6356 commit 42364b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tool/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Tools for AWS-LC
AWS-LC features enhanced benchmarking tools compatible with OpenSSL and BoringSSL in order to help facilitate 1-1 performance comparisons.

## Speed tool

| Filter name | Description | Function family |
| ------------- | ------------- | -------------
| EVP ECDH {P-224, P-256, P-384, P-521, secp256k1, X25519} | ECDHE key agreement for one party | EVP |
| ECDH {P-224, P-256, P-384, P-521, secp256k1} | ECDHE key agreement for one party | EC |
| Generate {P-224, P-256, P-384, P-521, secp256k1} | Elliptic curve key generation | EVP |
| ECMUL {P-224, P-256, P-384, P-521, secp256k1} | Elliptic curve arbitrary scalar multiplication | EC |

## Benchmarking Tools
When compiled, AWS-LC will generate separate benchmarking tools when provided with corresponding compiler flags. These tools take the same arguments as `bssl speed` tool.

Expand Down

0 comments on commit 42364b0

Please sign in to comment.