Skip to content

v0.5.0

Compare
Choose a tag to compare
@dr-orlovsky dr-orlovsky released this 26 May 19:46
· 366 commits to master since this release
c733550

What's Changed

  • Updated README with links to slides and YouTube videos by @UkolovaOlga in #26
  • First two tests over number.rs by @josediegorobles in #28
  • bugfix on Number by @6293 in #31
  • fix Number from byte array & cargo fmt by @6293 in #34
  • fix applying_sign to be also applicable to int by @6293 in #35
  • clippy by @6293 in #37
  • introduce cargo make by @6293 in #39
  • fix stack overflow in CoreRegs constructor by @6293 in #41
  • fix stp by @6293 in #42
  • fix reshape by @6293 in #45
  • reduce step down to i8 by @6293 in #44
  • fix(BytesOp::Extr): set st0 to false when bit size of the destination plus the offset exceeds string length by @6293 in #49
  • make int_add, int_sub, int_mul applicable to signed by @6293 in #48
  • implement BytesOp::Con by @6293 in #50
  • implement float arithmetic by @6293 in #52
  • fix Secp256k1Op by @6293 in #51
  • support int div / bitwise by @6293 in #53
  • fix eq.n, gt, lt asm by @6293 in #55
  • support curve25519 by @6293 in #54

New Contributors

Full Changelog: v0.4.0...v0.5.0