twstrike / cramershoup

A Cramer Shoup impl with ed448 with Dual Receiver Encryption and Ring Signature Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cramershoup

a cramershoup impl with ed448

Installation

Make sure you have libsodium and libdecaf installed

Execute the following commands:

$ ./autogen.sh
$ ./configure CFLAGS="-DFAST_RANDOM" #This CFLAG is for fast test only, when entropy is collected too slow.
$ make check
$ make install

About

A Cramer Shoup impl with ed448 with Dual Receiver Encryption and Ring Signature Auth


Languages

Language:C 69.3%Language:M4 20.4%Language:Shell 5.6%Language:Roff 2.5%Language:Makefile 2.1%