[][src]Module basn1::der

Distinguised Encoding Rules (DER) Reader and Writer

This encoding enforces one canonical representation of the encoding, where the efficiency is biased towards the reader.

This is the usual format of cryptographic material, although in few cases, some cryptographic material need to use BER relaxed rules for reading as their encoding wasn't done strictly.

Re-exports

pub use self::reader::Reader;
pub use self::writer::Writer;

Modules

reader
writer