Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
ctime_tests.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../include/secp256k1.h"
#include "assumptions.h"
#include "checkmem.h"
Include dependency graph for ctime_tests.c:

Go to the source code of this file.

Functions

static void run_tests (secp256k1_context *ctx, unsigned char *key)
int main (void)

Function Documentation

◆ main()

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 45 of file ctime_tests.c.

Here is the call graph for this function:

◆ run_tests()

void run_tests ( secp256k1_context * ctx,
unsigned char * key )
static

Definition at line 76 of file ctime_tests.c.

Here is the call graph for this function:
Here is the caller graph for this function: