Categorygithub.com/howood/cryptotools
modulepackage
0.3.4
Repository: https://github.com/howood/cryptotools.git
Documentation: pkg.go.dev

# README

Build Status GitHub release go.dev reference Test Coverage Go Report Card MIT License

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.