rusticata / der-parser

BER/DER parser written in pure Rust. Fast, zero-copy, safe.
Apache License 2.0
85 stars 28 forks source link

fix/add-support-for-to_u64-for-bit-string: Make .as_u64 and .as_u32 work for objects of type BIT STRING #29

Closed p1-mmr closed 4 years ago

p1-mmr commented 4 years ago

This pull request will implement the fix for issue #28 and add the corresponding tests and documentation.

chifflier commented 4 years ago

Applied, thanks!