コード例 #1
0
ファイル: ThreefishTest.java プロジェクト: GistLabs/csss
 @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);
 }