|
|
|
|
|
by bbatha
2935 days ago
|
|
The hashing algorithm can be deterministic however hashing relies on a seed. In most cases you want that to be random to prevent certain side channel attacks. For swift, hashing will be deterministic for the lifetime of the program. |
|