arosspope / cipher-crypt

A cryptographic tomb of ciphers forgotten by time.
Apache License 2.0
42 stars 8 forks source link

Implement 'Result' return types for encrypt and decrypt traits #8

Closed dex-r closed 7 years ago

dex-r commented 7 years ago

The current implementation of the encrypt and decrypt traits don't allow for an error to be returned. I'd be happy to implement this.

arosspope commented 7 years ago

See PR #9