KAZ_SIGN REFERENCE

1) System Parameters:
	NOP			: No. of primes
	KAZ_DS_SP_SECURITY	: Security Strength (in bits)
	KAZ_DS_SP_N		: Product of selected primes
	KAZ_DS_SP_G		: Random prime number G
	KAZ_DS_SP_ORDERG	: Order of G over N
	KAZ_DS_SP_LENPHIORDERG	: Length of phi(ORDERG) (in bits)
	KAZ_DS_SP_R		: Random prime number R
	KAZ_DS_SP_GRg		: Order of R over ORDERG
	
2) Key Generation Process:
	KAZ_DS_KeyGen	: Function to generating signing and verification keys
	alpha		: Signing key
	V1, V2, V3	: Verification key
	
3) Signing Process:
	KAZ_DS_SIGNATURE: Function to generating signature
	S1, S2, S3	: Signature
	
4) Verifying Process:
	KAZ_DS_VERIFICATION: Function to verifying signature
	