Bitcoin Core 28.99.0
P2P Digital Currency
Functions
ellswift.c File Reference
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <secp256k1.h>
#include <secp256k1_ellswift.h>
#include "examples_util.h"
Include dependency graph for ellswift.c:

Go to the source code of this file.

Functions

int main (void)
 This file demonstrates how to use the ElligatorSwift module to perform a key exchange according to BIP 324. More...
 

Function Documentation

◆ main()

int main ( void  )

This file demonstrates how to use the ElligatorSwift module to perform a key exchange according to BIP 324.

Additionally, see the documentation in include/secp256k1_ellswift.h and doc/ellswift.md.

Definition at line 24 of file ellswift.c.

Here is the call graph for this function: