From c6048d94c1dd1bb0ee2eedf3a8b91860a850c4a5 Mon Sep 17 00:00:00 2001 From: Nadim Kobeissi Date: Thu, 30 Jul 2020 12:30:15 +0200 Subject: [PATCH] Update benchmark results --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93c6eb3..a8badfc 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,12 @@ ok github.com/symbolicsoft/kyber-k2so 3.114s goos: linux goarch: amd64 pkg: github.com/symbolicsoft/kyber-k2so -BenchmarkKemKeypair-8 1000000000 0.000144 ns/op -BenchmarkKemEncrypt-8 1000000000 0.000158 ns/op -BenchmarkKemDecrypt-8 1000000000 0.000179 ns/op +BenchmarkKemKeypair-8 1000000000 0.000074 ns/op +BenchmarkKemEncrypt-8 1000000000 0.000084 ns/op +BenchmarkKemDecrypt-8 1000000000 0.000099 ns/op ``` # About Kyber-K2SO Kyber-K2SO is published by [Symbolic Software](https://symbolic.software) under the MIT License. It is written by [Nadim Kobeissi](https://nadim.computer). -We thank [Peter Schwabe](https://cryptojedi.org/peter) for his feedback during the development of Kyber-K2SO. \ No newline at end of file +We thank [Peter Schwabe](https://cryptojedi.org/peter) for his feedback during the development of Kyber-K2SO.