Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 19:08
· 6 commits to main since this release
2f77dfb

1.2.0 (2026-03-06)

Bug Fixes

  • fixed bug in generating key pair function, key size was interpreted wrong (3022b1f)
  • fixed bug where encryption would not work with small keys (a325535)

Features

  • finished testing (6eac434)
  • implemented framework for encryption and decryption benchmark tests as well as a speed thest for the encryption process (898d191)
  • implemented memory test for decryption function (f4b1896)
  • implemented Memory Usage test for encryption (99974fa)
  • implemented speed test and memory usage analyses for the generateKeyPair() function (8d66938)
  • implemted benchmark results visualisation (f2d04c2)
  • implemted benchmarking tests for the decryption function (9455abc)
  • improved memory and cpu usage tests (054a799)