There comes many days in everyone’s life when you sit, introspect, make plans and decide to work on them. Like everyone else, I had those days too until this one day when I actually started…
Preprocessor Directives in C & C++
The C Preprocessor is a tool that is used to perform the pre-processing part before the actual compilation begins. Since the C compiler itself uses the C preprocessor to transform the source code before compiling,…
How To Stay Motivated During Gate Preparation ?
Motivation is the only thing that differentiates you from others. I’ve been through a very tight schedule while preparing for GATE since I only had 2 months for full time preparation. 2 months = 60…
Homomorphic Encryption
In very simple words, Homomorphic Encryption (HE) is an encryption scheme that lets us compute on encrypted data/cipher text.Generally Encryption Schemes have 3 methods/functions -: 1. Key Generation2. Encryption3. DecryptionBut, Homomorphic Encryption comes with an…