Example #1
0
 @Before
 public void setUp() throws Exception {
   threefish = new Threefish(Threefish.BLOCK_SIZE_BITS_1024);
   threefish.init(
       "This is a key message and I feel good", 0x1122334455667788L, 0xFF00FF00AABB9933L);
 }