mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-16 11:55:20 +00:00
update my lib
This commit is contained in:
parent
12fe42d7f5
commit
3f0b4d1fa0
Binary file not shown.
@ -34,10 +34,11 @@ EXPORT WARN_UNUSED_RESULT BOOL d0_blind_id_authenticate_with_private_id_start(d0
|
||||
EXPORT WARN_UNUSED_RESULT BOOL d0_blind_id_authenticate_with_private_id_challenge(d0_blind_id_t *ctx, BOOL is_first, BOOL recv_modulus, const char *inbuf, size_t inbuflen, char *outbuf, size_t *outbuflen, BOOL *status);
|
||||
EXPORT WARN_UNUSED_RESULT BOOL d0_blind_id_authenticate_with_private_id_response(d0_blind_id_t *ctx, const char *inbuf, size_t inbuflen, char *outbuf, size_t *outbuflen);
|
||||
EXPORT WARN_UNUSED_RESULT BOOL d0_blind_id_authenticate_with_private_id_verify(d0_blind_id_t *ctx, const char *inbuf, size_t inbuflen, char *msg, size_t *msglen, BOOL *status);
|
||||
EXPORT WARN_UNUSED_RESULT BOOL d0_blind_id_authenticate_with_private_id_generate_missing_signature(d0_blind_id_t *ctx);
|
||||
EXPORT WARN_UNUSED_RESULT BOOL d0_blind_id_fingerprint64_public_id(const d0_blind_id_t *ctx, char *outbuf, size_t *outbuflen);
|
||||
EXPORT WARN_UNUSED_RESULT BOOL d0_blind_id_sessionkey_public_id(const d0_blind_id_t *ctx, char *outbuf, size_t *outbuflen); // can only be done after successful key exchange, this performs a modpow; key length is limited by SHA_DIGESTSIZE for now; also ONLY valid after successful d0_blind_id_authenticate_with_private_id_verify/d0_blind_id_fingerprint64_public_id
|
||||
|
||||
EXPORT void d0_blind_id_INITIALIZE(void);
|
||||
EXPORT WARN_UNUSED_RESULT BOOL d0_blind_id_INITIALIZE(void);
|
||||
EXPORT void d0_blind_id_SHUTDOWN(void);
|
||||
|
||||
EXPORT void d0_blind_id_util_sha256(char *out, const char *in, size_t n);
|
||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
# libd0_blind_id.la - a libtool library file
|
||||
# Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
|
||||
# Generated by ltmain.sh - GNU libtool 1.5.26 Debian 1.5.26-4+lenny1 (1.1220.2.493 2008/02/01 16:58:18)
|
||||
#
|
||||
# Please DO NOT delete this file!
|
||||
# It is necessary for linking the library.
|
||||
@ -13,15 +13,9 @@ library_names='libd0_blind_id.so.0.0.0 libd0_blind_id.so.0 libd0_blind_id.so'
|
||||
# The name of the static archive.
|
||||
old_library='libd0_blind_id.a'
|
||||
|
||||
# Linker flags that can not go in dependency_libs.
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=' /usr/lib/libgmp.la'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
|
||||
# Version information for libd0_blind_id.
|
||||
current=0
|
||||
age=0
|
||||
@ -38,4 +32,4 @@ dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64/lib'
|
||||
libdir='/home/xonotic/dp.linux64/lib'
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
# libd0_rijndael.la - a libtool library file
|
||||
# Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
|
||||
# Generated by ltmain.sh - GNU libtool 1.5.26 Debian 1.5.26-4+lenny1 (1.1220.2.493 2008/02/01 16:58:18)
|
||||
#
|
||||
# Please DO NOT delete this file!
|
||||
# It is necessary for linking the library.
|
||||
@ -13,15 +13,9 @@ library_names='libd0_rijndael.so.0.0.0 libd0_rijndael.so.0 libd0_rijndael.so'
|
||||
# The name of the static archive.
|
||||
old_library='libd0_rijndael.a'
|
||||
|
||||
# Linker flags that can not go in dependency_libs.
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=' /usr/lib/libgmp.la'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
|
||||
# Version information for libd0_rijndael.
|
||||
current=0
|
||||
age=0
|
||||
@ -38,4 +32,4 @@ dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64/lib'
|
||||
libdir='/home/xonotic/dp.linux64/lib'
|
||||
|
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
prefix=/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64
|
||||
prefix=/home/xonotic/dp.linux64
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
@ -1,4 +1,4 @@
|
||||
prefix=/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64
|
||||
prefix=/home/xonotic/dp.linux64
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user