| CanReuseTransform (get) |
Returns if the hash algorithm implementation can be reused once a hash has been computed.
|
| CanTransformMultipleBlocks (get) |
Returns if the hash algorithm implementation can processd multiple blocks of data at a time.
|
| Hash (get) |
Returns the computed hash after all data has been processed.
|
| HashName (get) |
Returns the name of the hash being used.
|
| HashName (let) |
Sets the name of the hash being used.
|
| HashSize (get) |
Returns the size of the hash value in bits.
|
| InputBlockSize (get) |
Returns the size of the input block size allowed.
|
| Key (get) |
Returns the current key used with the hash process.
|
| Key (let) |
Sets the key to be used with the hash process.
|
| OutputBlockSize (get) |
Returns the size of the output block.
|