| Interface | Description |
|---|---|
| HFunction |
The auxiliary function used to produce blocks of keying
material during the execution of the one-step key-derivation
method.
|
| HFunctionFactory |
Factory class for creating
MessageDigest |
| Class | Description |
|---|---|
| HFunction.MacHFunction |
HMAC implementation of the H function
|
| HFunction.MessageDigestHFunction |
Hash implementation of the H function.
|
| HFunctionFactory.Default |
Default implementation
|
| HFunctionFactory.Default.DigestFactory |
Simple factory for message digests
|
| HFunctionFactory.Default.MacFactory |
Simple factory for MAC
|
| SingleStepKdf |
Single Step Key Derivation Function (KDF) as described in NIST SP 800-56Cr1 chapter 4.
|
Copyright © 2018. All rights reserved.