• Filippo Valsorda's avatar
    hkdf: add Extract and Expand · e84da031
    Filippo Valsorda authored
    RFC 5869, Section 3.3 suggests it might be sometimes appropriate to use
    Expand without Extract, and it is reasonable to reuse (secret, salt)
    with different info values, in which case the Extract can be performed
    once as an optimization.
    
    TLS 1.3 also needs direct access to both Extract and Expand.
    
    pseudorandomKey is ugly to look at, but that's intentional, as it
    signals that this should have non-obvious properties to the user. The
    docs will make it clear it's not the thing you should use in most cases.
    
    Fixes golang/go#28237
    
    Change-Id: Ib43ae8cdde0663aa4752172c39aadfb0e1c35f10
    Reviewed-on: https://go-review.googlesource.com/c/144398Reviewed-by: 's avatarAdam Langley <agl@golang.org>
    e84da031
Name
Last commit
Last update
..
example_test.go Loading commit data...
hkdf.go Loading commit data...
hkdf_test.go Loading commit data...