| Class | Description |
|---|---|
| ConcatKeyDerivationFunction |
An implementation of Concatenation Key Derivation Function (aka Concat KDF or ConcatKDF)
from Section 5.8.1 of National Institute of Standards and Technology (NIST),
"Recommendation for Pair-Wise Key Establishment Schemes Using Discrete Logarithm Cryptography",
NIST Special Publication 800-56A, Revision 2, May 2013.
|
| KdfUtil | |
| PasswordBasedKeyDerivationFunction2 |
An implementation of PBKDF2 from RFC 2898 using HMAC as the underlying pseudorandom function.
|
Copyright © 2017. All rights reserved.