summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.h
blob: f02d98018772dd825697799a6c6f4966b091be3d (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