| Interface | Description |
|---|---|
| Blake2b | |
| Blake2b.Param.Default | |
| Blake2b.Spec |
| Class | Description |
|---|---|
| Blake2b.Digest |
Generalized Blake2b digest.
|
| Blake2b.Engine | |
| Blake2b.Engine.Assert | |
| Blake2b.Engine.Debug | |
| Blake2b.Engine.LittleEndian | |
| Blake2b.Mac |
Message Authentication Code (MAC) digest.
|
| Blake2b.Param |
Blake2b configuration parameters block per spec
|
| Blake2b.Tree |
Note that Tree is just a convenience class; incremental hash (tree) can be
done directly with the Digest class.
|