From ab2c9210bf9d4e410cca614a69628d8d30e49d64 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 23 Aug 2016 21:32:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26afa7b..697b31d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Look at `examples/custom_header.rs` for a full working example. Right now, only HMAC SHA family is supported: HMAC SHA256, HMAC SHA384 and HMAC SHA512. ## Performance -On my thinkpad 440s for a 2 claims struct using SHA256: +On my thinkpad 440s for a 2 claims struct using HMAC SHA256: ``` test bench_decode ... bench: 4,947 ns/iter (+/- 611)