cmd/

directory
v0.0.0-...-abb5c35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2018 License: BSD-3-Clause

README

fspke go examples

These examples are intended to illustrate usage of the go bindings for the forward secure PKE implementation. These examples are functional, interoperable equivalents of the C language examples. You can mix and match the programs, keys, and encrypted messages.

These examples are built in the standard way. To build them all at once from the fsgo/cmd directory you can use a command like:

for file in chk_*; do echo "building in $file"; (cd $file; go build ); done

Please refer to the C Examples for tutorial on how the examples work.

NOTE: as these examples use the golang flag command line parse module the options are very slightly different (e.g. "-help" instead of "-h" or "--help").

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL