# README
cryptotools
CryptoTools provides Encryption Tools with Common Key and Public Key.
Install
$ go get -u github.com/howood/cryptotools
Usage
See examples
# Packages
No description provided by the author
# Functions
NewCommonKeyCrypto create CommonKeyCrypto.
NewPublicKeyCrypto create PublicKeyCrypto.
NewPublicKeyCryptoWithJWKPublicKey create PublicKeyCrypto with JWK PublicKey.
NewPublicKeyCryptoWithPEMPublicKey create PublicKeyCrypto with PEM PublicKey.
# Constants
EncryptTypeECDSA is ECDSASA KeyType.
EncryptTypeED25519 is ED25519 KeyType.
EncryptTypeRSA is RSA KeyType.