C# Class SharpTox.Encryption.ToxEncryptionKey

Exibir arquivo Open project: hexafluoride/Detox Class Usage Examples

Public Methods

Method Description
ToxEncryptionKey ( string passphrase, byte salt = null ) : System

Private Methods

Method Description
ToPassKey ( ) : ToxPassKey

Method Details

ToxEncryptionKey() public method

public ToxEncryptionKey ( string passphrase, byte salt = null ) : System
passphrase string
salt byte
return System