Skip to content

Commit d815315

Browse files
ljttl3q04trvcas
authored andcommitted
Update comment Blake2b_224
1 parent 5edcf2a commit d815315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/aiken/crypto.ak

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,12 @@ pub type Hash<alg, a> =
5959
///
6060
/// - [`Credential`](../cardano/address.html#Credential)
6161
/// - [`PolicyId`](../cardano/assets.html#PolicyId)
62-
///
63-
/// Note: there's no function to calculate blake2b-224 hash digests on-chain.
6462
pub opaque type Blake2b_224 {
6563
Blake2b_224
6664
}
6765

6866
/// Compute the blake2b-224 hash digest (28 bytes) of some data.
67+
/// Minimum Plutus Version: 3
6968
pub fn blake2b_224(bytes: ByteArray) -> Hash<Blake2b_224, a> {
7069
builtin.blake2b_224(bytes)
7170
}

0 commit comments

Comments
 (0)