package
0.0.0-20220323210129-f00c34730313
Repository: https://github.com/theredrad/udpsocket.git
Documentation: pkg.go.dev

# Functions

Generates a new RSA key by the given size.
Calculates the HMAC of params by the given key.
Compares two hmac parameters.
NewAES returns a new instance of AES implementation.
Returns a new instance of RSA implementation by generating a new key.
No description provided by the author
Returns a new instance of RSA implementation by the given private key bytes.
Returns a new instance of RSA implementation by the given private key.

# Constants

list of supported AES mode.

# Variables

# Structs

AES implementation for symmetric cryptography.
An implementation of RSA for asymmetric cryptography.
No description provided by the author

# Interfaces

The asymmetric cryptography interface This type of cryptography uses to decrypt the encrypted message from the client in the handshaking process.
The symmetric cryptography interface This type of cryptography uses to encrypt messages for the client & decrypt the client packets after a success handshake.

# Type aliases

AES mode type.