Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 876 Bytes

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 876 Bytes

1.0.9

  • The length of the RSAPrivateKey is now adjustable thanks to melewetwo
  • Added more documentation

1.0.8

  • Update dependencies

1.0.7

  • Add toPem and fromPem to RSAPublicKey
  • Add toPem and fromPem to RSAPrivateKey

1.0.6

  • Update dependencies

1.0.5

  • Add more Documentation and fix a small bug

1.0.4

  • Styled Code using new Guidelines

1.0.3

  • Fixed Typos in README

1.0.2

  • Add Documentation

1.0.1

  • Add Documentation

1.0.0

  • Update README, Ready for Version 1.0.0

0.0.5

  • Update Code Format

0.0.4

  • Add ECKeypair with Random Key-generation
  • Add ECSignature creation and Signature validation

0.0.3

  • Update Code Format

0.0.2

  • Add Example overview

0.0.1

  • Add RSAKeypair with Random Key-generation
  • Add RSASignature creation and Signature validation
  • Add encryption using RSA