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

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

Contributing