Update README.md

This commit is contained in:
Vincent Prouillet 2016-08-23 21:32:05 +01:00 committed by GitHub
parent a2ec047dc1
commit ab2c9210bf
1 changed files with 1 additions and 1 deletions

View File

@ -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)