public class ThreefishCipher.Threefish256 extends ThreefishCipher
ThreefishCipher.Threefish1024, ThreefishCipher.Threefish256, ThreefishCipher.Threefish512| Constructor and Description |
|---|
Threefish256() |
| Modifier and Type | Method and Description |
|---|---|
void |
decrypt(long[] input,
long[] output)
Decrypt function
Derived classes must implement this function.
|
void |
encrypt(long[] input,
long[] output)
Encrypt function
Derived classes must implement this function.
|
createCipher, getAlgorithmName, getBlockSize, init, processBlock, reset, setKey, setTweakpublic void encrypt(long[] input,
long[] output)
ThreefishCipherencrypt in class ThreefishCipherinput - The plaintext input.output - The ciphertext output.public void decrypt(long[] input,
long[] output)
ThreefishCipherdecrypt in class ThreefishCipherinput - The ciphertext input.output - The plaintext output.Copyright © 2015. All rights reserved.