Expand description
§iso_iec_7064
Conforming implementation of ISO/IEC 7064:2003 “Information technology — Security techniques — Check character systems” (The Standard).
This crate implements all the Check Character Systems specified in The Standard.
Note that the Mod97_10 system is used by ISO 17442-1:2020
“Financial services — Legal entity identifier (LEI) — Part 1: Assignment”, which is implemented
by the lei crate.
Re-exports§
pub use hybrid::HybridSystem;pub use pure::PureSystem;pub use system::System;