]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
contrib: add embeddable wireguard library
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 15 Feb 2018 12:50:12 +0000 (13:50 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 17 Feb 2018 04:55:03 +0000 (05:55 +0100)
commit2f42abeb562930cb393521dd6cbe69f350d2b89a
tree55d7cb79b82f17227c1f9ad6ca05652ea9673481
parent186df55998c4476d6113ea0053f873ada9a6e293
contrib: add embeddable wireguard library

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
contrib/embeddable-wg-library/.gitignore [new file with mode: 0644]
contrib/embeddable-wg-library/Makefile [new file with mode: 0644]
contrib/embeddable-wg-library/README [new file with mode: 0644]
contrib/embeddable-wg-library/test.c [new file with mode: 0644]
contrib/embeddable-wg-library/wireguard.c [new file with mode: 0644]
contrib/embeddable-wg-library/wireguard.h [new file with mode: 0644]