Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 501 Bytes

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 501 Bytes

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