1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/net-p2p/libswift/pkg-descr
Dave Cottlehuber 9876dc3d6f net-p2p/libswift: support modern OpenSSL versions
- thanks danfe@ for the upstreamed patch enabling this
- portlint petting and tidy Makefile alignment
- teach pkg-message how to run a simple server

Approved by:	jrm (mentor)
Obtained from:	danfe
Differential Revision:	https://reviews.freebsd.org/D19429
2019-05-22 21:33:32 +00:00

10 lines
358 B
Plaintext

LibSwift is the reference UDP-based implementation of IETF RFC7574,
a multi-peer transport layer protocol. Its mission is to disseminate
content among a swarm of peers.
Given a root hash, the data is received from whatever source available
and data integrity is checked cryptographically with Merkle hash
trees.
WWW: https://github.com/skunkwerks/libswift