1. Write your private_decrypt function in hybrid_test_decrypt.c file
2. build executable using
	make
3. run test using
	make test

	if output is 1 then your code is correct else it is wrong.

