Commits
Simon Glass committed 07e127d85d9
tpm: Add a constant for the minimum supported digest size When SHA1 is used we need 20 bytes for the digest size. Add a constant so that clients can make use of this, e.g. to allocate local buffers. Signed-off-by: Simon Glass <sjg@chromium.org>