conformal/

directory
v0.0.0-...-ca6883d Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2014 License: ISC

Directories

Path Synopsis
Package btcchain implements bitcoin block handling and chain selection rules.
Package btcchain implements bitcoin block handling and chain selection rules.
btcd is a full-node bitcoin implementation written in Go.
btcd is a full-node bitcoin implementation written in Go.
addrmgr
Package addrmgr implements concurrency safe Bitcoin address manager.
Package addrmgr implements concurrency safe Bitcoin address manager.
Package btcdb provides a database interface for the Bitcoin block chain.
Package btcdb provides a database interface for the Bitcoin block chain.
ldb
Package ldb implements an instance of btcdb backed by leveldb.
Package ldb implements an instance of btcdb backed by leveldb.
memdb
Package memdb implements an instance of btcdb that uses memory for the block storage.
Package memdb implements an instance of btcdb that uses memory for the block storage.
Package btcec implements support for the elliptic curves needed for bitcoin.
Package btcec implements support for the elliptic curves needed for bitcoin.
Package btcjson implements the bitcoin JSON-RPC API.
Package btcjson implements the bitcoin JSON-RPC API.
Package btclog implements a subsystem aware logger backed by seelog.
Package btclog implements a subsystem aware logger backed by seelog.
Package btcnet defines the network parameters for the three standard Bitcoin networks and provides the ability for callers to define their own custom Bitcoin networks.
Package btcnet defines the network parameters for the three standard Bitcoin networks and provides the ability for callers to define their own custom Bitcoin networks.
Package btcscript implements bitcoin transaction scripts.
Package btcscript implements bitcoin transaction scripts.
Package btcutil provides bitcoin-specific convenience functions and types.
Package btcutil provides bitcoin-specific convenience functions and types.
hdkeychain
Package hdkeychain provides an API for bitcoin hierarchical deterministic extended keys (BIP0032).
Package hdkeychain provides an API for bitcoin hierarchical deterministic extended keys (BIP0032).
Package btcwire implements the bitcoin wire protocol.
Package btcwire implements the bitcoin wire protocol.
Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
Package flags provides an extensive command line option parser.
Package flags provides an extensive command line option parser.
Current limitations: - GSS-API authentication is not supported - only SOCKS version 5 is supported - TCP bind and UDP not yet supported Example http client over SOCKS5: proxy := &socks.Proxy{"127.0.0.1:1080"} tr := &http.Transport{ Dial: func(net, addr string) (net.Conn, error) { return proxy.Dial(net, addr) }, } client := &http.Client{Transport: tr} resp, err := client.Get("https://example.com")
Current limitations: - GSS-API authentication is not supported - only SOCKS version 5 is supported - TCP bind and UDP not yet supported Example http client over SOCKS5: proxy := &socks.Proxy{"127.0.0.1:1080"} tr := &http.Transport{ Dial: func(net, addr string) (net.Conn, error) { return proxy.Dial(net, addr) }, } client := &http.Client{Transport: tr} resp, err := client.Get("https://example.com")
goleveldb
leveldb
Package leveldb provides implementation of LevelDB key/value database.
Package leveldb provides implementation of LevelDB key/value database.
leveldb/cache
Package cache provides interface and implementation of a cache algorithms.
Package cache provides interface and implementation of a cache algorithms.
leveldb/comparer
Package comparer provides interface and implementation for ordering sets of data.
Package comparer provides interface and implementation for ordering sets of data.
leveldb/filter
Package filter provides interface and implementation of probabilistic data structure.
Package filter provides interface and implementation of probabilistic data structure.
leveldb/iterator
Package iterator provides interface and implementation to traverse over contents of a database.
Package iterator provides interface and implementation to traverse over contents of a database.
leveldb/journal
Package journal reads and writes sequences of journals.
Package journal reads and writes sequences of journals.
leveldb/memdb
Package memdb provides in-memory key/value database implementation.
Package memdb provides in-memory key/value database implementation.
leveldb/opt
Package opt provides sets of options used by LevelDB.
Package opt provides sets of options used by LevelDB.
leveldb/storage
Package storage provides storage abstraction for LevelDB.
Package storage provides storage abstraction for LevelDB.
leveldb/table
Package table allows read and write sorted key/value.
Package table allows read and write sorted key/value.
leveldb/util
Package util provides utilities used throughout leveldb.
Package util provides utilities used throughout leveldb.
Package seelog implements logging functionality with flexible dispatching, filtering, and formatting.
Package seelog implements logging functionality with flexible dispatching, filtering, and formatting.
Package websocket implements the WebSocket protocol defined in RFC 6455.
Package websocket implements the WebSocket protocol defined in RFC 6455.
examples/autobahn
Command server is a test server for the Autobahn WebSockets Test Suite.
Command server is a test server for the Autobahn WebSockets Test Suite.

Jump to

Keyboard shortcuts

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