Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <secp256k1.h>
#include <secp256k1_ellswift.h>
#include "examples_util.h"
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... | |
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.