Method | Description | |
---|---|---|
Encrypt ( byte m, int nByteCount, bool bXor ) : void | ||
Salsa20Cipher ( byte pbKey32, byte pbIV8 ) : System |
Method | Description | |
---|---|---|
IvSetup ( byte pbIV ) : void | ||
KeySetup ( byte k ) : void | ||
NextOutput ( ) : void | ||
Rotl32 ( uint x, int b ) : uint | ||
U8To32Little ( byte pb, int iOffset ) : uint |
public Encrypt ( byte m, int nByteCount, bool bXor ) : void | ||
m | byte | |
nByteCount | int | |
bXor | bool | |
return | void |
public Salsa20Cipher ( byte pbKey32, byte pbIV8 ) : System | ||
pbKey32 | byte | |
pbIV8 | byte | |
return | System |