File: workaround.h

package info (click to toggle)
opaque-store 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: python: 599; ansic: 23; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef workaround_h
#define workaround_h
#include <oprf/tp-dkg.h>
#include <oprf/toprf.h>
#include <stdint.h>

TP_DKG_PeerState* new_peerstate(void);
void extract_share(const TP_DKG_PeerState *ctx, uint8_t share[TOPRF_Share_BYTES]);
void del_peerstate(TP_DKG_PeerState **peer);
#endif // workaround_h