vt-middleware / cryptacular

The friendly complement to the BouncyCastle crypto API for Java.
Other
39 stars 7 forks source link

issue-47 Add flag for uppercase Hex output. #48

Closed serac closed 5 years ago

serac commented 5 years ago

Both HexEncoder and HexCodec expose flag for uppercase output. Note HexDecoder already supports decoding in either case. Fixes #47

dfish3r commented 5 years ago

I don't see the necessary changes to CodecSpec.