commit | e455de313ef8bd1fa05a3eb6ef1bfd96eaf38e2a | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Jul 08 14:55:29 2020 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Mon Jul 20 17:26:32 2020 -0700 |
tree | 00d14f000e9c848a293d8fbe0b8d6494e540c449 | |
parent | 4f74d15fe40833d4fb4f5ead7437aa73840596a5 [diff] |
fscrypt: add comments that describe the HKDF info strings Each HKDF context byte is associated with a specific format of the remaining part of the application-specific info string. Add comments so that it's easier to keep track of what these all are. Link: https://lore.kernel.org/r/20200708215529.146890-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>