mirror of
https://strlcat.eu/rys/tfnoisegen.git
synced 2025-08-11 00:00:34 +02:00
Rename functions and definitions so that both tfcipher and tfnoisegen code may coexist in programs.
This commit is contained in:
8
README
8
README
@ -25,10 +25,16 @@ USAGE
|
||||
|
||||
./tfrand | tfcrypt -V.5 -P - /dev/null
|
||||
|
||||
Use libtf.a library in your code, see headers for function references:
|
||||
Use libtfng.a library in your code, see headers for function references:
|
||||
tfe.h: STREAM reference.
|
||||
tfprng.h: PRNG reference.
|
||||
|
||||
When building together with code which uses tfcipher library, please put
|
||||
both tfcipher and tfnoisegen code in separate locations, and do not include
|
||||
headers which are used privately by both implementations! Only public headers
|
||||
and libtfng.a library externals are guaranteed to be namespace clean.
|
||||
File names and private headers definitions are mostly same.
|
||||
|
||||
WARNING
|
||||
Do NOT use it as cipher! It's just a random block generator.
|
||||
You have been warned.
|
||||
|
Reference in New Issue
Block a user