Skip to content
/ zuc Public
generated from Nugine/rust-template

ZUC Stream Cipher Algorithms

License

Notifications You must be signed in to change notification settings

Nugine/zuc

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2025
Jan 23, 2025
Jan 23, 2025
Nov 22, 2024
Jan 9, 2025
Jan 15, 2025
Apr 2, 2025
Apr 2, 2025
Nov 22, 2024
Feb 4, 2025
Dec 16, 2024

Repository files navigation

ZUC

Latest Version Documentation License

Documentation: https://docs.rs/zuc

Goals

  • Correct: Our implementation exactly matches the specification.
  • Fast: We are happy to make the performance as high as possible.
  • Safe: No unsafe code by default, unless you enable corresponding features.
  • RustCrypto compatible: You can use it with RustCrypto trait definitions.

References

Standards

Related Projects

Contributing