Skip to content

BELT (STB 34.101.31) Encryption Algorithm and Hash Function Implementations

License

Notifications You must be signed in to change notification settings

luc-lynx/belt-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published