#include <time.h>
#include <secsidh/secsidh.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "cycle.h"
#include "fp-counters.h"
#include "primes.h"
#include "ctidh.h"
#include "ctidh_api.h"
Go to the source code of this file.
◆ CEVALUATOR
◆ CONSTNAMESPACE
◆ CPASTER
◆ cprintf
◆ derive
◆ FEVALUATOR
◆ FNAMESPACE
◆ FPASTER
◆ keygen
◆ PK_SIZE
◆ pk_size
◆ SK_SIZE
◆ sk_size
◆ SS_SIZE
◆ ss_size
◆ main()
Definition at line 52 of file checkct.c.
53{
54
55 printf(
"\033[0;33m// Key generation\033[0m\n");
56
59
60
61
62 printf(
"\n\033[0;35m// Alice\033[0m\n");
65
66
67
68 printf(
"\n\033[0;34m// Bob\033[0m\n");
71
72
73
74 printf(
"\033[0;33m// Secret sharing generation\033[0m\n");
75
76
77
78 printf(
"\n\033[0;35m// Alice\033[0m\n");
80
81 printf(
"\n\033[0;34m// Bob\033[0m\n");
83
84
85
87
88
89 printf(
"\n\033[0;32m// Successfully secret sharing computation!\033[0m\n");
90 return 0;
91}
References a, assert(), derive, keygen, main(), PK_SIZE, SK_SIZE, and SS_SIZE.