Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 498 Bytes

File metadata and controls

26 lines (22 loc) · 498 Bytes

BELT Algorithms

BELT (STB 34.101.31) Encryption Algorithm and Hash Function Implementations

  • Make sure you have clang installed in your system
  • $ make
  • $ ./belt_hash_test

BELT Hash Function Test Output:

$ ./belt_hash_test

Testing whole hash calculation:
	Test X1...OK
	Test X2...OK
	Test X3...OK
Testing BeltHash separate functions:
	Test X1...OK
	Test X2...OK
	Test X3...OK
Testing BeltHash - passing data byte by byte:
	Test X1...OK
	Test X2...OK
	Test X3...OK