Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
#include "crypto/refc/x25519.h"
#define wireguard_x25519(a,b,c) x25519(a,b,c,1)

//#include "crypto/cortex/scalarmult.h"
//#define wireguard_x25519(a,b,c) crypto_scalarmult_curve25519(a,b,c)

// CHACHA20POLY1305 IMPLEMENTATION
#include "crypto/refc/chacha20poly1305.h"
#define wireguard_aead_encrypt(dst,src,srclen,ad,adlen,nonce,key) chacha20poly1305_encrypt(dst,src,srclen,ad,adlen,nonce,key)
Expand Down
21 changes: 0 additions & 21 deletions src/crypto/cortex/README

This file was deleted.

199 changes: 0 additions & 199 deletions src/crypto/cortex/cortex_m0_mpy121666.s

This file was deleted.

Loading