Merge pull request #7 from nazar-pc/patch-1

Added link to `blake2.wasm` that is WebAssembly implementation
This commit is contained in:
DC 2018-07-14 19:02:23 -07:00 коммит произвёл GitHub
Родитель 96caec3e42 5ffa103150
Коммит 60d2f635bc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ BLAKE is the default family of hash functions in the venerable NaCl crypto libra
Of course, this implementation is in Javascript, so it won't be winning any speed records. More under Performance below. It's short and sweet, less than 500 LOC.
**As far as I know, this is the only package available today to compute BLAKE in a browser.**
For WebAssembly implementation with higher performance you might want to consider [blake2.wasm](https://github.com/nazar-pc/blake2.wasm) instead.
Quick Start
---