From 8e56bcb1adb27732a82de38388f1aecc218f5f45 Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Wed, 4 Dec 2024 15:59:58 +0800 Subject: [PATCH] add note on performance --- dev/bench/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev/bench/index.html b/dev/bench/index.html index adc71896c..e833a500b 100644 --- a/dev/bench/index.html +++ b/dev/bench/index.html @@ -96,6 +96,12 @@ Repository: +
+ Note that the following benchmarks are for the standard FIPS-203 API. + In particular, the public and private keys are stored in packed form and are subject to input validation. + In applications where the private key can be retained in expanded form (e.g., TLS), performance of mlkem-native will be much better. + +