Skip to content

ink! v2.1.0

Compare
Choose a tag to compare
@Robbepop Robbepop released this 25 Mar 12:55
· 1269 commits to master since this release
cca3154

Release Notes

  • Add built-in support for cryptographic hashes
    • Blake2 with 128-bit and 256-bit
    • Sha2 with 256-bit
    • Keccak with 256-bit
  • Add ink_core::hash module for high-level API to the new built-in hashes
  • Update runtime-storage example contract to demonstrate the new built-in hashes