Add correction of 'black2b' to changelog
This commit is contained in:
parent
c8e0654ffe
commit
ef83e2c39a
@ -2,6 +2,10 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [Add crypto reference page to docs](https://gitlab.com/ligolang/ligo/-/merge_requests/370)
|
||||
### Changed
|
||||
- Corrected typo in CameLIGO/ReasonLIGO front end where Crypto.blake2b was 'Crypto.black2b'
|
||||
|
||||
## [Failwith do not fail](https://gitlab.com/ligolang/ligo/merge_requests/337) - 2020-01-17
|
||||
### Added
|
||||
- running failing code in `ligo interpret`, `ligo dry-run`, `ligo run-function` will no longer be an error (return value : 0)
|
||||
|
@ -3,7 +3,7 @@ id: crypto-reference
|
||||
title: Crypto
|
||||
---
|
||||
|
||||
## Crypto.black2b(data: bytes): bytes
|
||||
## Crypto.blake2b(data: bytes): bytes
|
||||
|
||||
Runs the [blake2b hash algorithm](https://en.wikipedia.org/wiki/BLAKE_(hash_function)#BLAKE2)
|
||||
over the given `bytes` data and returns a `bytes` representing the hash.
|
||||
|
Loading…
Reference in New Issue
Block a user