Crate rs_seed

Source
Expand description

ยงSEED - rs_seed - SEED Cipher

Important Note: This crate is still a work in progress and is not ready for consumption.

SEED is a block cipher developed by the Korean Information Security Agency (KISA) in 1998. It is mainly used in South Korea in applications such as:

  • Network security: Widely used in South Korean VPNs.
  • Digital content protection: Integrated in some digital rights management schemes.
  • Financial data security: Employed in secure financial transactions.

This crate implements SEED as part of the RustyShield project.