linera-io / linera-protocol

Main repository for the Linera protocol
Apache License 2.0
112 stars 94 forks source link

Implement the `crypto_hash_mut` function #2201

Closed MathieuDutSik closed 2 days ago

MathieuDutSik commented 4 days ago

Motivation

The function crypto_hash_mut is required by Issue #2175.

Proposal

The implementation is done straightforwardly.

Test Plan

No specific tests were implemented for this feature.

Release Plan

Not relevant.