Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <stdio.h>
#include <string.h>
#include "../include/secp256k1.h"
#include "assumptions.h"
#include "checkmem.h"
Go to the source code of this file.
Functions | |
static void | run_tests (secp256k1_context *ctx, unsigned char *key) |
int | main (void) |
int main | ( | void | ) |
In theory, testing with a single secret input should be sufficient: If control flow depended on secrets the tool would generate an error.
Definition at line 44 of file ctime_tests.c.
|
static |
Definition at line 75 of file ctime_tests.c.