Skip to content

curability4apish/uint32-ISAAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why

/* a ub4 is an unsigned 4-byte quantity */
typedef  unsigned long int  ub4;

unsigned long int is treated as 8-byte by some compilers, potentially causing inconsistent results across different IDEs.

This repository aims to solve the issue with the use of uint32_t to represent 4-byte quantity.

For experimental purposes, you may use uint64 version as well.

About

This repository aims to solve the issue of inconsistent results from ISAAC cipher across different IDEs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages