Categorygithub.com/golang-mixins/crypto
modulepackage
0.0.0-20201110183929-2462c952d412
Repository: https://github.com/golang-mixins/crypto.git
Documentation: pkg.go.dev

# README

crypto

Package crypto presents interface (and its implementation sets) of a crypto functions.

See GoDoc for documentation and examples.

# Packages

Package cryptopasta represents the interface crypto implementation.

# Interfaces

Decryptor provides decrypted cipher to plain value.
Encryptor provides encrypted plain to cipher value.