cmd/

directory
v0.0.0-...-bf84be7 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: BSD-3-Clause

README

ecclib Go API examples

These examples are intended to illustrate usage of the Go bindings for the ecclib library (ecgo). These examples are interoperable equivalents to those using the C API or the python API. 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 ecgo/cmd directory you can use a command like:

for file in ec*_*; 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