Skip to content

Releases: keep-starknet-strange/alexandria

cairo-v2.6.0

07 Mar 15:03
946e6e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: cairo-v2.5.4...cairo-v2.6.0

cairo v2.5.4

26 Feb 16:54
e7b6957
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: cairo-v2.3.0-rc0...cairo-v2.5.4

cairo-v2.3.0-rc0

25 Oct 14:22
cairo-v2.3.0-rc0
ae1d514
Compare
Choose a tag to compare

What's Changed

  • Feat: Add solidity like bytes which supports keccak and sha256 by @zkcarter in #184
  • Add support for all unsigned and signed word sizes for core::byte_array by @sveamarcus in #185
  • fix BitShift::shl overflows by @maciejka in #190
  • feat: Starknet storage proof verifier by @maciejka in #189
  • Feat BitArray adds data structure for read/writing unary bits and encoding words in big/little endian notation by @sveamarcus in #191
  • Feat: ReversibleBytes and ReversibleBits traits that add support for byte and bit reversal by @sveamarcus in #192
  • Fix ToAsciiArrayTrait::to_ascii_array return reversed array by @kfastov in #193
  • fix: typos by @omahs in #194
  • feat: Little endian support for ByteArray extensions by @sveamarcus in #195
  • Feat: Little endian byte order support for ByteArrayReader by @sveamarcus in #196
  • Use anonymous generic impl parameters by @maciejka in #197
  • refactor: Turn pow into a generic function by @maciejka in #198

New Contributors

Full Changelog: cairo-v2.2.0...cairo-v2.3.0-rc0

cairo v2.2.0

25 Oct 14:21
cairo-v2.2.0
f37d73d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: cairo-v2.0.1...cairo-v2.2.0

cairo v2.1.0

21 Aug 14:17
47cecb5
Compare
Choose a tag to compare
cairo-v2.1.0

fix shift bug in sha256 (#164)

cairo v2.0.1

21 Aug 14:16
47cecb5
Compare
Choose a tag to compare
cairo-v2.0.1

fix shift bug in sha256 (#164)