summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.h
blob: bc856c2d078911d21e25ed05b35e6021ceee1511 (plain)
1
2
3
4
5
6
7
8
9
#ifndef curve25519_sandy2x_H
#define curve25519_sandy2x_H

#include "crypto_scalarmult_curve25519.h"

extern struct crypto_scalarmult_curve25519_implementation
    crypto_scalarmult_curve25519_sandy2x_implementation;

#endif