doc: link to sha1 directory

Updates #13
This commit is contained in:
Michael McLoughlin
2019-01-06 17:34:07 -08:00
committed by GitHub
parent 294a7ac89b
commit efb45b6500

View File

@@ -264,6 +264,8 @@ func choose(b, c, d Register) Register {
}
```
See the complete code at [`examples/sha1`](examples/sha1).
### Real Examples
* **[fnv1a](examples/fnv1a):** [FNV-1a](https://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function#FNV-1a_hash) hash function.