Searched full:gostr34_10_94 (Results 1 – 6 of 6) sorted by relevance
15 * NOTE: although we only need libarith for GOSTR34_10_94 as we27 /* We define hereafter the types and functions for GOSTR34_10_94.30 /* GOSTR34_10_94 public key, composed of:31 * p the GOSTR34_10_94 prime modulus32 * q the GOSTR34_10_94 prime order (prime divisor of (p-1))33 * g the GOSTR34_10_94 generator41 /* GOSTR34_10_94 private key, composed of:42 * p the GOSTR34_10_94 prime modulus43 * q the GOSTR34_10_94 prime order (prime divisor of (p-1))44 * g the GOSTR34_10_94 generator
10 all: gostr34_10_9420 gostr34_10_94: libhash target21 …gostr34_10_94.c ../dsa/dsa.c $(ROOT_DIR)/src/external_deps/print.c $(ROOT_DIR)/src/external_deps/r…26 …$(VERBOSE_MAKE)$(CROSS_COMPILE)$(CC) $(BIN_CFLAGS) -DGOSTR34_10_94 gostr34_10_94.c ../dsa/dsa.c $(…31 @rm -f gostr34_10_94
11 #include "gostr34_10_94.h"50 /* NOTE: since GOSTR34_10_94 is very similar to DSA, we reuse some of our DSA51 * primitives to factorize some code. Also, GOSTR34_10_94 private and public keys55 /* Import a GOSTR34_10_94 private key from buffers */64 /* Import a GOSTR34_10_94 public key from buffers */75 /* Compute a GOSTR34_10_94 public key from a private key.84 /* Generate a GOSTR34_10_94 signature248 /* Verify a GOSTR34_10_94 signature369 #ifdef GOSTR34_10_94481 /* Sanity check on size for GOSTR34_10_94. in main()[all …]
36 …./sig/dsa/dsa && ./sig/kcdsa/kcdsa && ./sig/sdsa/sdsa && ./sig/gostr34_10_94/gostr34_10_94 && ./ss…
9 GOST_DIR=gostr34_10_94/
50 …check_and_copy $ROOT_DIR/src/examples/sig/gostr34_10_94/gostr34_10_94 $CROSSBUILD_OUTPUT/"$triplet…