Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2024-01-09

Features

  • Add 128-EIA3 integrity algorithm (#8)
  • Add ZUC256 MAC generation algorithm (#9)

0.2.0 - 2024-12-22

Features

  • Add ZUC256 keystream generator (#3)
  • Add 128-EEA3 confidentiality algorithm (#4)
  • Add RustCrypto cipher traits implementation (#5)
  • Add ZUC128 benchmark (#7)

Performance

  • Improve ZUC128 performance (#5)

0.1.0 - 2024-11-22

  • Add ZUC128 keystream generator

0.0.0 - 2024-11-22

Just a placeholder