/belt-algorithms

BELT (STB 34.101.31) Encryption Algorithm and Hash Function Implementations

Primary LanguageCGNU General Public License v2.0GPL-2.0

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