zuc

Crates.iozuc
lib.rszuc
version0.4.1
created_at2024-11-22 09:48:14.229675+00
updated_at2025-02-02 06:05:47.304255+00
descriptionZUC Stream Cipher Algorithms
homepage
repositoryhttps://github.com/Nugine/zuc
max_upload_size
id1457220
size104,131
(Nugine)

documentation

https://docs.rs/zuc

README

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

Commit count: 58

cargo fmt