mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Fixed HKDF op name
This commit is contained in:
parent
6e347742d9
commit
1caecf70a2
2 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@ class DeriveHKDFKey extends Operation {
|
|||
constructor() {
|
||||
super();
|
||||
|
||||
this.name = "Derive HKDF Key";
|
||||
this.name = "Derive HKDF key";
|
||||
this.module = "Crypto";
|
||||
this.description = "A simple Hashed Message Authenticaton Code (HMAC)-based key derivation function (HKDF), defined in RFC5869.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/HKDF";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue