Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 526 Bytes

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 526 Bytes

0.4.4

  • Null safety

0.4.3

  • Clean up

0.4.2

  • Support recover public key from signature

0.4.1

  • Adopt Flutter Web

0.4.0

  • fix signature bug

0.3.2

  • fix signature bug

0.3.1

  • sign method will sign Uint8List
  • add signString method which signs String

0.3.0

  • Support canonical signature

0.2.2

  • Healthy change

0.2.1

  • Add CHANGELOG.md

0.2.0

  • EOSPublicKey, EOSPrivateKey, EOSSignature
  • Sign the data
  • Verify the signature

0.1.0

  • Initial version, created by Stagehand