1. Write your encrypt function in hybrid_test_encrypt.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.

