mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
started with py crypto, enhanced raw.py generation, better autoconf integration
This commit is contained in:
@@ -63,7 +63,7 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
||||
bindings/py/gencffi.pl include/pcp/defines.h include/pcp/structs.h include/pcp/key.h \
|
||||
include/pcp/buffer.h include/pcp/context.h include/pcp/mac.h \
|
||||
include/pcp/ed.h include/pcp/crypto.h include/pcp/vault.h \
|
||||
include/pcp/mgmt.h \
|
||||
include/pcp/mgmt.h include/pcp/keyhash.h include/pcp/scrypt.h \
|
||||
include/pcp/pcpstream.h include/pcp/z85.h > bindings/py/pypcp/raw.py
|
||||
|
||||
exit
|
||||
@@ -103,6 +103,7 @@ find . -name .deps -exec rm -rf {} \; > /dev/null 2>&1
|
||||
find . -name .libs -exec rm -rf {} \; > /dev/null 2>&1
|
||||
find . -name .o -exec rm -rf {} \; > /dev/null 2>&1
|
||||
find . -name .lo -exec rm -rf {} \; > /dev/null 2>&1
|
||||
find . -name .pyc -exec rm -rf {} \; > /dev/null 2>&1
|
||||
|
||||
rm -rf aclocal.m4 libtool configure config.* config autom4te.cache tests/test* tests/v* tests/stresstest/* libpcp/libpcp1.pc
|
||||
rm clean.sh
|
||||
@@ -114,4 +115,4 @@ chmod 700 clean.sh
|
||||
rm -rf README include/pcp/config.h.in~ libpcp/stamp-h1 autom4te.cache
|
||||
|
||||
sleep 1
|
||||
touch Makefile.in configure */Makefile.in
|
||||
touch Makefile.in configure */Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user