wisespace-io / der-parser

DER parser written in rust with nom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

der-parser

LICENSE Build Status Crates.io Version

Overview

der-parser is a parser for the DER protocol.

Important

This parser is still experimental and very incomplete

Changes

0.4.0

  • Der Integers are now represented as slices (byte arrays) since they can be larger than u64.

License

This library is licensed under the GNU Lesser General Public License version 2.1, or (at your option) any later version.

About

DER parser written in rust with nom

License:GNU Lesser General Public License v2.1


Languages

Language:Rust 100.0%