Hello Freedom

This commit is contained in:
infidel
2022-02-01 23:45:47 +07:00
commit 7009cb27c4
964 changed files with 513364 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
# libntruencrypt.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libntruencrypt.so.0'
# Names of this library.
library_names='libntruencrypt.so.0.1.0 libntruencrypt.so.0 libntruencrypt.so'
# The name of the static archive.
old_library=''
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=''
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libntruencrypt.
current=1
age=1
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib'

View File

@@ -0,0 +1,13 @@
{ global:
ntru_crypto_drbg_generate;
ntru_crypto_drbg_instantiate;
ntru_crypto_drbg_reseed;
ntru_crypto_drbg_uninstantiate;
ntru_crypto_drbg_external_instantiate;
ntru_crypto_ntru_decrypt;
ntru_crypto_ntru_encrypt;
ntru_crypto_ntru_encrypt_keygen;
ntru_crypto_ntru_encrypt_publicKey2SubjectPublicKeyInfo;
ntru_crypto_ntru_encrypt_subjectPublicKeyInfo2PublicKey;
ntru_encrypt_get_param_set_name;
local: *; };