메소드 | 설명 | |
---|---|---|
DecryptStream ( |
Decrypt the incoming encryptedStream.
|
|
EncryptStream ( |
Encrypt the incoming plainTextStream.
|
|
Salsa20Engine ( ) : System.IO |
Basic constructor
|
public DecryptStream ( |
||
encryptedStream | ||
key | byte | |
iv | byte | |
리턴 |
public EncryptStream ( |
||
plainTextStream | ||
key | byte | |
iv | byte | |
리턴 |