COMPILATION
===========


To compile the "test.cxx" C++ program using the clang(1) compiler on:

		FreeBSD 14.4-RELEASE-p1 GENERIC amd64

Execute:

	clang -Wall test.cxx -Irijndael rijndael/rijndael-alg-fst.cxx
					rijndael/rijndael-api.cxx -lc++


[ NOTE:	Do not compile with "-DNDEBUG" (regarding assert(3)) - or any	]
[	assertions which also execute an operation will not execute	]
[	the required operation (and thus the program will not operate	]
[	correctly).							]


[ EOF ]
