View source on GitHub |
A structure to specify a key of the strong keyed hash spec.
Inherits From: HasherSpec
tf.contrib.lookup.StrongHashSpec(
key
)
The strong hash requires a key
, which is a list of 2 unsigned integer
numbers. These should be non-zero; random numbers generated from random.org
would be a fine choice.
Fields:
key
: The key to be used by the keyed hashing function.
Attributes | |
---|---|
hasher
|
|
key
|