Skip to content

Commit

Permalink
sphinx: Implemented sphinx onion routing
Browse files Browse the repository at this point in the history
Implements a spec-compliant sphinx onion routing format. The format has
been cross-checked with the go implementation
cdecker/lightning-onion@b9e117e.
  • Loading branch information
cdecker committed Oct 16, 2016
1 parent e5994ad commit 7bb5c27
Show file tree
Hide file tree
Showing 4 changed files with 761 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ FEATURES := $(BITCOIN_FEATURES)
TEST_PROGRAMS := \
test/onion_key \
test/test_protocol \
test/test_onion
test/test_onion \
test/test_sphinx

BITCOIN_SRC := \
bitcoin/base58.c \
Expand All @@ -38,6 +39,7 @@ BITCOIN_SRC := \
bitcoin/signature.c \
bitcoin/tx.c \
bitcoin/varint.c

BITCOIN_OBJS := $(BITCOIN_SRC:.c=.o)

CORE_SRC := \
Expand Down
Loading

0 comments on commit 7bb5c27

Please sign in to comment.