class EncryptedTcp::Encryptor

Defined in:

shared/encryptor.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(local_secret_key : String, local_public_key : String, remote_public_key : String) #

[View source]

Class Method Detail

def self.generate_keypair #

[View source]

Instance Method Detail

def decrypt(data) #

[View source]
def encrypt(data) #

[View source]