#hashing

[ follow ]
fromHackernoon
1 year ago

Modern Hashing With Go: A Guide | HackerNoon

In Go, hashing is categorized into two main types: non-cryptographic hashes like FNV for speed, and cryptographic hashes like SHA-256 for security.
JavaScript
[ Load more ]