Add base64::decode & property testing (#4)
To support protocol tests, this commit adds `decode` to our base64 implementation. The implementation is validated against the base64 crate and stress-tested with proptest for correctness and crash-free-ness.
Loading
Please register or sign in to comment