diff options
author | vnugent <public@vaughnnugent.com> | 2024-07-23 19:55:13 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-07-23 19:55:13 -0400 |
commit | 54f520e4bfc0fe23e2719d44b09739aa8709451c (patch) | |
tree | 4173d4f7e8205dc175f8a1d26e0c0b00c72aa907 /src/hkdf.c | |
parent | 12feb33dba2061415d6f39fa59dec16fafcda2a0 (diff) |
latest changes
Diffstat (limited to 'src/hkdf.c')
-rw-r--r-- | src/hkdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ cstatus_t hkdfExpandProcess( counter[0] = 1; /* counter is offset by 1 for init */ result = CSTATUS_FAIL; /* Start in fail state */ - /* counter as a span */ + /* span over counter value that points to the counter buffer */ ncSpanInitC(&counterSpan, counter, sizeof(counter)); /* Compute T(N) = HMAC(prk, T(n-1) | info | n) */ |