- implemented RSA, only signing and verifying esma_pkcs1 padded
- removed gmp-helper: chunk_to_mpz is now done with gmp functions, prime generation in prime-pool - added prime-pool (needs priority fix) - proof of concept RSA authentication - mpz uses LEAK_DETECTIVE - configuration-manager supports rsa keys
This commit is contained in:
@@ -18,6 +18,7 @@ include $(TRANSFORMS_DIR)crypters/Makefile.crypters
|
||||
include $(TRANSFORMS_DIR)hashers/Makefile.hashers
|
||||
include $(TRANSFORMS_DIR)prfs/Makefile.prfs
|
||||
include $(TRANSFORMS_DIR)signers/Makefile.signers
|
||||
include $(TRANSFORMS_DIR)rsa/Makefile.rsa
|
||||
|
||||
OBJS+= $(BUILD_DIR)diffie_hellman.o
|
||||
$(BUILD_DIR)diffie_hellman.o : $(TRANSFORMS_DIR)diffie_hellman.c $(TRANSFORMS_DIR)diffie_hellman.h
|
||||
|
||||
Reference in New Issue
Block a user