formats icon indicating copy to clipboard operation
formats copied to clipboard

pem-rfc7468: in-place decoders/encoders

Open tarcieri opened this issue 3 years ago • 0 comments

An interesting optimization for no_std platforms would be to support in-place decoders/encoders.

The entire crate is already written to operate over byte slices as inputs/outputs, which should make much of the existing implementation reusable in this context..

tarcieri avatar Jul 26 '21 16:07 tarcieri