diff options
Diffstat (limited to 'test/hmac_vectors.js')
-rw-r--r-- | test/hmac_vectors.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hmac_vectors.js b/test/hmac_vectors.js index b47103e..768da1d 100644 --- a/test/hmac_vectors.js +++ b/test/hmac_vectors.js @@ -1,4 +1,5 @@ /* Official HMAC test vectors. */ +//Nilos: http://tools.ietf.org/html/draft-nystrom-smime-hmac-sha-02 for sjcl.test.vector.hmac = [ { key: "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b", data: "4869205468657265", |