diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-28 13:07:37 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-28 13:07:37 +0100 |
| commit | f8a927984a56e75718bfc273b61693442c9ce649 (patch) | |
| tree | 30c9d3f7b6e0252647cf94a51d018678f22154f0 /libcmix-bignum/null/null_bignum.c | |
| parent | 74cea534fd189a2db423ae60997447e66265922b (diff) | |
| download | cmix-f8a927984a56e75718bfc273b61693442c9ce649.tar.gz cmix-f8a927984a56e75718bfc273b61693442c9ce649.tar.bz2 cmix-f8a927984a56e75718bfc273b61693442c9ce649.zip | |
Removed the Bignum abstraction library, as it was not needed.
Diffstat (limited to 'libcmix-bignum/null/null_bignum.c')
| -rw-r--r-- | libcmix-bignum/null/null_bignum.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libcmix-bignum/null/null_bignum.c b/libcmix-bignum/null/null_bignum.c deleted file mode 100644 index 3b45132..0000000 --- a/libcmix-bignum/null/null_bignum.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "bignum.h" - -extern enum bignum_error get_curve25519_mod(struct Bignum* result) { - return NoError; -} - -extern enum bignum_error multiply_mod(struct Bignum* result, struct Bignum const lh, struct Bignum const rh, struct Bignum const mod) { - return NoError; -} |
