using openssl BIGNUMBER
Extended Euclid Algorithm
Modular Exponential (Fast Exponential)
RSA with fixed prim p, q
CC = gcc
CFLAGS = -I../include/crypto
LDFLAGS = -L.. -lcrypto
$(TARGET): $(SRC)
$(CC) -o $@ $< $(CFLAGS) $(LDFLAGS)
| Name | Name | Last commit date | ||
|---|---|---|---|---|