kbase / file_cache_server

Cache server for files that take longer to generate than to download.
MIT License
2 stars 2 forks source link

Use hashlib instead of pynacl #7

Closed jayrbolton closed 5 years ago

jayrbolton commented 5 years ago

blake2b is built in to python's default hashlib now -- no need to install something extra to use blake2b

jayrbolton commented 5 years ago

Done in PR #10