summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control61
-rw-r--r--debian/copyright164
-rw-r--r--debian/libsodium10.docs3
-rw-r--r--debian/libsodium10.install1
-rw-r--r--debian/libsodium10.symbols308
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
10 files changed, 0 insertions, 558 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 04a2b83..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-libsodium (0.6.1-1) unstable; urgency=medium
-
- * Initial release. (Closes: #701962: ITP: libsodium -- Library for
- build higher-level cryptographic tools)
-
- -- Raúl Sánchez Siles <rasasi78@gmail.com> Tue, 22 Jul 2014 00:49:38 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 3022557..0000000
--- a/debian/control
+++ /dev/null
@@ -1,61 +0,0 @@
-Source: libsodium
-Section: libs
-Priority: optional
-Build-Depends: debhelper ( >= 9), pkg-config, dh-autoreconf
-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-Uploaders: Raúl Sánchez Siles <rasasi78@gmail.com>
-Standards-Version: 3.9.5
-Vcs-Hg: http://trismegisto.no-ip.org/hg/libsodium-debian
-Vcs-Browser: http://trismegisto.no-ip.org/hg/libsodium-debian
-Homepage: https://github.com/jedisct1/libsodium
-
-Package: libsodium10
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends}
-Architecture: any
-Multi-Arch: same
-Description: Network communication, cryptography and signaturing library
- NaCl (pronounced "salt") is a new easy-to-use high-speed software library for
- network communication, encryption, decryption, signatures, etc.
- .
- NaCl's goal is to provide all of the core operations needed to build
- higher-level cryptographic tools.
- .
- Sodium is a portable, cross-compilable, installable, packageable fork of NaCl,
- with a compatible API.
-
-Package: libsodium-dev
-Section: libdevel
-Depends: ${misc:Depends}, libsodium10 (= ${binary:Version} )
-Architecture: any
-Multi-Arch: same
-Description: Network communication, cryptography and signaturing library - headers
- NaCl (pronounced "salt") is a new easy-to-use high-speed software library for
- network communication, encryption, decryption, signatures, etc.
- .
- NaCl's goal is to provide all of the core operations needed to build
- higher-level cryptographic tools.
- .
- Sodium is a portable, cross-compilable, installable, packageable fork of NaCl,
- with a compatible API.
- .
- This package provides development headers needed for applications that use
- libsodium.
-
-Package: libsodium-dbg
-Section: debug
-Priority: extra
-Depends: ${misc:Depends}, libsodium10 (= ${binary:Version} )
-Architecture: any
-Multi-Arch: same
-Description: Network communication, cryptography and signaturing library - debug symbols
- NaCl (pronounced "salt") is a new easy-to-use high-speed software library for
- network communication, encryption, decryption, signatures, etc.
- .
- NaCl's goal is to provide all of the core operations needed to build
- higher-level cryptographic tools.
- .
- Sodium is a portable, cross-compilable, installable, packageable fork of NaCl,
- with a compatible API.
- .
- This package provides debugging symbols needed to debug libsodium itself.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index cb3ee84..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,164 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: sodium
-Upstream-Contact: Frank Denis <j at pureftpd dot org>
-Source: https://github.com/jedisct1/libsodium
-
-Files: *
-Copyright: 2013-2014 Frank Denis <j at pureftpd dot org>
-License: ISC
- Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
- .
- THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD
- TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT,
- OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- OF THIS SOFTWARE.
-
-Files: src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h
- src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
- src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
-Copyright: 2009 Colin Percival
- 2012, 2013 Alexander Peslyak
-License: BSD-2-clause
-
-Files: src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
- src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
-Copyright: 2013 Alexander Peslyak
-License: BSD
-
-Files: src/libsodium/crypto_auth/hmacsha256/cp/hmac_hmacsha256.c
- src/libsodium/crypto_auth/hmacsha512/cp/hmac_hmacsha256.c
- src/libsodium/crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
- src/libsodium/crypto_hash/sha256/cp/hash_sha256.c
- src/libsodium/crypto_hash/sha512/cp/hash_sha512.c
- src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h
- src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
-Copyright: 2005,2007,2009 Colin Percival
-License: BSD-2-clause
-
-Files: src/libsodium/crypto_auth/try.c
- src/libsodium/crypto_box/try.c
- src/libsodium/crypto_core/salsa208/ref/core_salsa208.c
- src/libsodium/crypto_core/salsa20/ref/core_salsa20.c
- src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.c
- src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.c
- src/libsodium/crypto_hash/try.c
- src/libsodium/crypto_hashblocks/try.c
- src/libsodium/crypto_onetimeauth/poly1305/53/auth_poly1305_53.c
- src/libsodium/crypto_scalarmult/try.c
- src/libsodium/crypto_secretbox/try.c
- src/libsodium/crypto_sign/try.c
- src/libsodium/crypto_stream/try.c
- src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c
- src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c
- src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.c
- src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.c
- src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.c
- src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.c
- src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.c
- src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.c
- src/libsodium/crypto_verify/try.c
-Copyright: no copyright claimed
-License: public-domain
-Comment: Written by Daniel J. Bernstein 2009
-
-Files: src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c
- src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c
- src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c
-Copyright: no copyright claimed
-License: public-domain
-Comment: Written by Peter Schwabe, Emilia Käsper 2009
-
-Files: src/libsodium/crypto_stream/aes256estream/hongjun/aes256-ctr.c
-Copyright: no copyright claimed
-License: public-domain
-Comment: Written by Hongjun Wu 2007
-
-Files: src/libsodium/crypto_scalarmult/curve25519/ref/base_curve25519_ref.c
- src/libsodium/crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c
-Copyright: no copyright claimed
-License: public-domain
-Comment: Written by Matthew Dempsky 2008
-
-Files: src/libsodium/crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c
-Copyright: 2008 Adam Langley, Google Inc.
-License: public-domain
-
-Files: src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c
- src/libsodium/crypto_generichash/blake2/ref/blake2s-ref.c
-Copyright: 2012 Samuel Neves <sneves@dei.uc.pt>
-License: CC0
- To the extent possible under law, the author(s) have dedicated all copyright
- and related and neighboring rights to this software to the public domain
- worldwide. This software is distributed without any warranty.
- .
- You should have received a copy of the CC0 Public Domain Dedication along with
- this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>
-
-Files: debian/*
-Copyright: 2014 Laszlo Boszormenyi (GCS) <gcs@debian.org>,
- 2013-2014 Raúl Sánchez Siles <rasasi78@gmail.com>
-License: GPL-2+
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
-License: public-domain
- Only public domain stated, no further description or requirements.
- No license required for any purpose; the work is not subject to copyright in
- any jurisdiction.
-
-License: BSD-2-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-License: BSD
- Redistribution and use in source and binary forms, with or without
- modification, are permitted.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
diff --git a/debian/libsodium10.docs b/debian/libsodium10.docs
deleted file mode 100644
index 18afe51..0000000
--- a/debian/libsodium10.docs
+++ /dev/null
@@ -1,3 +0,0 @@
-AUTHORS
-README.markdown
-THANKS
diff --git a/debian/libsodium10.install b/debian/libsodium10.install
deleted file mode 100644
index 86ca402..0000000
--- a/debian/libsodium10.install
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/*/libsodium.so.*
diff --git a/debian/libsodium10.symbols b/debian/libsodium10.symbols
deleted file mode 100644
index 470509f..0000000
--- a/debian/libsodium10.symbols
+++ /dev/null
@@ -1,308 +0,0 @@
-libsodium.so.10 libsodium10 #MINVER#
- _crypto_stream_salsa20@Base 0.6.0
- _crypto_stream_salsa20_xor_ic@Base 0.6.0
- crypto_aead_chacha20poly1305_abytes@Base 0.6.0
- crypto_aead_chacha20poly1305_decrypt@Base 0.6.0
- crypto_aead_chacha20poly1305_encrypt@Base 0.6.0
- crypto_aead_chacha20poly1305_keybytes@Base 0.6.0
- crypto_aead_chacha20poly1305_npubbytes@Base 0.6.0
- crypto_aead_chacha20poly1305_nsecbytes@Base 0.6.0
- crypto_auth@Base 0.6.0
- crypto_auth_bytes@Base 0.6.0
- crypto_auth_hmacsha256@Base 0.6.0
- crypto_auth_hmacsha256_bytes@Base 0.6.0
- crypto_auth_hmacsha256_final@Base 0.6.0
- crypto_auth_hmacsha256_init@Base 0.6.0
- crypto_auth_hmacsha256_keybytes@Base 0.6.0
- crypto_auth_hmacsha256_update@Base 0.6.0
- crypto_auth_hmacsha256_verify@Base 0.6.0
- crypto_auth_hmacsha512256@Base 0.6.0
- crypto_auth_hmacsha512256_bytes@Base 0.6.0
- crypto_auth_hmacsha512256_final@Base 0.6.0
- crypto_auth_hmacsha512256_init@Base 0.6.0
- crypto_auth_hmacsha512256_keybytes@Base 0.6.0
- crypto_auth_hmacsha512256_update@Base 0.6.0
- crypto_auth_hmacsha512256_verify@Base 0.6.0
- crypto_auth_hmacsha512@Base 0.6.0
- crypto_auth_hmacsha512_bytes@Base 0.6.0
- crypto_auth_hmacsha512_final@Base 0.6.0
- crypto_auth_hmacsha512_init@Base 0.6.0
- crypto_auth_hmacsha512_keybytes@Base 0.6.0
- crypto_auth_hmacsha512_update@Base 0.6.0
- crypto_auth_hmacsha512_verify@Base 0.6.0
- crypto_auth_keybytes@Base 0.6.0
- crypto_auth_primitive@Base 0.6.0
- crypto_auth_verify@Base 0.6.0
- crypto_box@Base 0.6.0
- crypto_box_afternm@Base 0.6.0
- crypto_box_beforenm@Base 0.6.0
- crypto_box_beforenmbytes@Base 0.6.0
- crypto_box_boxzerobytes@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_afternm@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_beforenm@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_beforenmbytes@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_boxzerobytes@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_keypair@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_macbytes@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_noncebytes@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_open@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_open_afternm@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_publickeybytes@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_secretkeybytes@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_seed_keypair@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_seedbytes@Base 0.6.0
- crypto_box_curve25519xsalsa20poly1305_zerobytes@Base 0.6.0
- crypto_box_detached@Base 0.6.0
- crypto_box_easy@Base 0.6.0
- crypto_box_keypair@Base 0.6.0
- crypto_box_macbytes@Base 0.6.0
- crypto_box_noncebytes@Base 0.6.0
- crypto_box_open@Base 0.6.0
- crypto_box_open_afternm@Base 0.6.0
- crypto_box_open_detached@Base 0.6.0
- crypto_box_open_easy@Base 0.6.0
- crypto_box_primitive@Base 0.6.0
- crypto_box_publickeybytes@Base 0.6.0
- crypto_box_secretkeybytes@Base 0.6.0
- crypto_box_seed_keypair@Base 0.6.0
- crypto_box_seedbytes@Base 0.6.0
- crypto_box_zerobytes@Base 0.6.0
- crypto_core_hsalsa20@Base 0.6.0
- crypto_core_hsalsa20_constbytes@Base 0.6.0
- crypto_core_hsalsa20_inputbytes@Base 0.6.0
- crypto_core_hsalsa20_keybytes@Base 0.6.0
- crypto_core_hsalsa20_outputbytes@Base 0.6.0
- crypto_core_salsa2012@Base 0.6.0
- crypto_core_salsa2012_constbytes@Base 0.6.0
- crypto_core_salsa2012_inputbytes@Base 0.6.0
- crypto_core_salsa2012_keybytes@Base 0.6.0
- crypto_core_salsa2012_outputbytes@Base 0.6.0
- crypto_core_salsa208@Base 0.6.0
- crypto_core_salsa208_constbytes@Base 0.6.0
- crypto_core_salsa208_inputbytes@Base 0.6.0
- crypto_core_salsa208_keybytes@Base 0.6.0
- crypto_core_salsa208_outputbytes@Base 0.6.0
- crypto_core_salsa20@Base 0.6.0
- crypto_core_salsa20_constbytes@Base 0.6.0
- crypto_core_salsa20_inputbytes@Base 0.6.0
- crypto_core_salsa20_keybytes@Base 0.6.0
- crypto_core_salsa20_outputbytes@Base 0.6.0
- crypto_generichash@Base 0.6.0
- crypto_generichash_blake2b@Base 0.6.0
- crypto_generichash_blake2b_bytes@Base 0.6.0
- crypto_generichash_blake2b_bytes_max@Base 0.6.0
- crypto_generichash_blake2b_bytes_min@Base 0.6.0
- crypto_generichash_blake2b_final@Base 0.6.0
- crypto_generichash_blake2b_init@Base 0.6.0
- crypto_generichash_blake2b_init_salt_personal@Base 0.6.0
- crypto_generichash_blake2b_keybytes@Base 0.6.0
- crypto_generichash_blake2b_keybytes_max@Base 0.6.0
- crypto_generichash_blake2b_keybytes_min@Base 0.6.0
- crypto_generichash_blake2b_personalbytes@Base 0.6.0
- crypto_generichash_blake2b_salt_personal@Base 0.6.0
- crypto_generichash_blake2b_saltbytes@Base 0.6.0
- crypto_generichash_blake2b_update@Base 0.6.0
- crypto_generichash_bytes@Base 0.6.0
- crypto_generichash_bytes_max@Base 0.6.0
- crypto_generichash_bytes_min@Base 0.6.0
- crypto_generichash_final@Base 0.6.0
- crypto_generichash_init@Base 0.6.0
- crypto_generichash_keybytes@Base 0.6.0
- crypto_generichash_keybytes_max@Base 0.6.0
- crypto_generichash_keybytes_min@Base 0.6.0
- crypto_generichash_primitive@Base 0.6.0
- crypto_generichash_update@Base 0.6.0
- crypto_hash@Base 0.6.0
- crypto_hash_bytes@Base 0.6.0
- crypto_hash_primitive@Base 0.6.0
- crypto_hash_sha256@Base 0.6.0
- crypto_hash_sha256_bytes@Base 0.6.0
- crypto_hash_sha256_final@Base 0.6.0
- crypto_hash_sha256_init@Base 0.6.0
- crypto_hash_sha256_update@Base 0.6.0
- crypto_hash_sha512@Base 0.6.0
- crypto_hash_sha512_bytes@Base 0.6.0
- crypto_hash_sha512_final@Base 0.6.0
- crypto_hash_sha512_init@Base 0.6.0
- crypto_hash_sha512_update@Base 0.6.0
- crypto_onetimeauth@Base 0.6.0
- crypto_onetimeauth_bytes@Base 0.6.0
- crypto_onetimeauth_final@Base 0.6.0
- crypto_onetimeauth_init@Base 0.6.0
- crypto_onetimeauth_keybytes@Base 0.6.0
- crypto_onetimeauth_pick_best_implementation@Base 0.6.0
- crypto_onetimeauth_poly1305@Base 0.6.0
- crypto_onetimeauth_poly1305_bytes@Base 0.6.0
- crypto_onetimeauth_poly1305_final@Base 0.6.0
- crypto_onetimeauth_poly1305_implementation_name@Base 0.6.0
- crypto_onetimeauth_poly1305_init@Base 0.6.0
- crypto_onetimeauth_poly1305_keybytes@Base 0.6.0
- crypto_onetimeauth_poly1305_set_implementation@Base 0.6.0
- crypto_onetimeauth_poly1305_update@Base 0.6.0
- crypto_onetimeauth_poly1305_verify@Base 0.6.0
- crypto_onetimeauth_primitive@Base 0.6.0
- crypto_onetimeauth_update@Base 0.6.0
- crypto_onetimeauth_verify@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256_ll@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256_memlimit_interactive@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256_opslimit_interactive@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256_opslimit_sensitive@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256_saltbytes@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256_str@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256_str_verify@Base 0.6.0
- crypto_pwhash_scryptsalsa208sha256_strbytes@Base 0.6.0
- crypto_pwhash_scryptxsalsa208sha256@Base 0.6.0
- crypto_pwhash_scryptxsalsa208sha256_saltbytes@Base 0.6.0
- crypto_pwhash_scryptxsalsa208sha256_str@Base 0.6.0
- crypto_pwhash_scryptxsalsa208sha256_str_verify@Base 0.6.0
- crypto_pwhash_scryptxsalsa208sha256_strbytes@Base 0.6.0
- crypto_scalarmult@Base 0.6.0
- crypto_scalarmult_base@Base 0.6.0
- crypto_scalarmult_bytes@Base 0.6.0
- crypto_scalarmult_curve25519@Base 0.6.0
- crypto_scalarmult_curve25519_base@Base 0.6.0
- crypto_scalarmult_curve25519_bytes@Base 0.6.0
- crypto_scalarmult_curve25519_scalarbytes@Base 0.6.0
- crypto_scalarmult_primitive@Base 0.6.0
- crypto_scalarmult_scalarbytes@Base 0.6.0
- crypto_secretbox@Base 0.6.0
- crypto_secretbox_boxzerobytes@Base 0.6.0
- crypto_secretbox_detached@Base 0.6.0
- crypto_secretbox_easy@Base 0.6.0
- crypto_secretbox_keybytes@Base 0.6.0
- crypto_secretbox_macbytes@Base 0.6.0
- crypto_secretbox_noncebytes@Base 0.6.0
- crypto_secretbox_open@Base 0.6.0
- crypto_secretbox_open_detached@Base 0.6.0
- crypto_secretbox_open_easy@Base 0.6.0
- crypto_secretbox_primitive@Base 0.6.0
- crypto_secretbox_xsalsa20poly1305@Base 0.6.0
- crypto_secretbox_xsalsa20poly1305_boxzerobytes@Base 0.6.0
- crypto_secretbox_xsalsa20poly1305_keybytes@Base 0.6.0
- crypto_secretbox_xsalsa20poly1305_macbytes@Base 0.6.0
- crypto_secretbox_xsalsa20poly1305_noncebytes@Base 0.6.0
- crypto_secretbox_xsalsa20poly1305_open@Base 0.6.0
- crypto_secretbox_xsalsa20poly1305_zerobytes@Base 0.6.0
- crypto_secretbox_zerobytes@Base 0.6.0
- crypto_shorthash@Base 0.6.0
- crypto_shorthash_bytes@Base 0.6.0
- crypto_shorthash_keybytes@Base 0.6.0
- crypto_shorthash_primitive@Base 0.6.0
- crypto_shorthash_siphash24@Base 0.6.0
- crypto_shorthash_siphash24_bytes@Base 0.6.0
- crypto_shorthash_siphash24_keybytes@Base 0.6.0
- crypto_sign@Base 0.6.0
- crypto_sign_bytes@Base 0.6.0
- crypto_sign_detached@Base 0.6.1
- crypto_sign_ed25519@Base 0.6.0
- crypto_sign_ed25519_bytes@Base 0.6.0
- crypto_sign_ed25519_detached@Base 0.6.1
- crypto_sign_ed25519_keypair@Base 0.6.0
- crypto_sign_ed25519_open@Base 0.6.0
- crypto_sign_ed25519_publickeybytes@Base 0.6.0
- crypto_sign_ed25519_secretkeybytes@Base 0.6.0
- crypto_sign_ed25519_seed_keypair@Base 0.6.0
- crypto_sign_ed25519_seedbytes@Base 0.6.0
- crypto_sign_ed25519_verify_detached@Base 0.6.1
- crypto_sign_edwards25519sha512batch@Base 0.6.0
- crypto_sign_edwards25519sha512batch_bytes@Base 0.6.0
- crypto_sign_edwards25519sha512batch_keypair@Base 0.6.0
- crypto_sign_edwards25519sha512batch_open@Base 0.6.0
- crypto_sign_edwards25519sha512batch_publickeybytes@Base 0.6.0
- crypto_sign_edwards25519sha512batch_secretkeybytes@Base 0.6.0
- crypto_sign_keypair@Base 0.6.0
- crypto_sign_open@Base 0.6.0
- crypto_sign_primitive@Base 0.6.0
- crypto_sign_publickeybytes@Base 0.6.0
- crypto_sign_secretkeybytes@Base 0.6.0
- crypto_sign_seed_keypair@Base 0.6.0
- crypto_sign_seedbytes@Base 0.6.0
- crypto_sign_verify_detached@Base 0.6.1
- crypto_stream@Base 0.6.0
- crypto_stream_aes128ctr@Base 0.6.0
- crypto_stream_aes128ctr_afternm@Base 0.6.0
- crypto_stream_aes128ctr_beforenm@Base 0.6.0
- crypto_stream_aes128ctr_beforenmbytes@Base 0.6.0
- crypto_stream_aes128ctr_keybytes@Base 0.6.0
- crypto_stream_aes128ctr_noncebytes@Base 0.6.0
- crypto_stream_aes128ctr_xor@Base 0.6.0
- crypto_stream_aes128ctr_xor_afternm@Base 0.6.0
- crypto_stream_aes256estream@Base 0.6.0
- crypto_stream_aes256estream_afternm@Base 0.6.0
- crypto_stream_aes256estream_beforenm@Base 0.6.0
- crypto_stream_aes256estream_beforenmbytes@Base 0.6.0
- crypto_stream_aes256estream_keybytes@Base 0.6.0
- crypto_stream_aes256estream_noncebytes@Base 0.6.0
- crypto_stream_aes256estream_xor@Base 0.6.0
- crypto_stream_aes256estream_xor_afternm@Base 0.6.0
- crypto_stream_chacha20@Base 0.6.0
- crypto_stream_chacha20_keybytes@Base 0.6.0
- crypto_stream_chacha20_noncebytes@Base 0.6.0
- crypto_stream_chacha20_xor@Base 0.6.0
- crypto_stream_chacha20_xor_ic@Base 0.6.0
- crypto_stream_keybytes@Base 0.6.0
- crypto_stream_noncebytes@Base 0.6.0
- crypto_stream_primitive@Base 0.6.0
- crypto_stream_salsa2012@Base 0.6.0
- crypto_stream_salsa2012_keybytes@Base 0.6.0
- crypto_stream_salsa2012_noncebytes@Base 0.6.0
- crypto_stream_salsa2012_xor@Base 0.6.0
- crypto_stream_salsa208@Base 0.6.0
- crypto_stream_salsa208_keybytes@Base 0.6.0
- crypto_stream_salsa208_noncebytes@Base 0.6.0
- crypto_stream_salsa208_xor@Base 0.6.0
- crypto_stream_salsa20@Base 0.6.0
- crypto_stream_salsa20_keybytes@Base 0.6.0
- crypto_stream_salsa20_noncebytes@Base 0.6.0
- crypto_stream_salsa20_xor@Base 0.6.0
- crypto_stream_salsa20_xor_ic@Base 0.6.0
- crypto_stream_xor@Base 0.6.0
- crypto_stream_xsalsa20@Base 0.6.0
- crypto_stream_xsalsa20_keybytes@Base 0.6.0
- crypto_stream_xsalsa20_noncebytes@Base 0.6.0
- crypto_stream_xsalsa20_xor@Base 0.6.0
- crypto_verify_16@Base 0.6.0
- crypto_verify_16_bytes@Base 0.6.0
- crypto_verify_32@Base 0.6.0
- crypto_verify_32_bytes@Base 0.6.0
- crypto_verify_64@Base 0.6.0
- crypto_verify_64_bytes@Base 0.6.0
- randombytes@Base 0.6.0
- randombytes_buf@Base 0.6.0
- randombytes_close@Base 0.6.0
- randombytes_implementation_name@Base 0.6.0
- randombytes_random@Base 0.6.0
- randombytes_salsa20_implementation@Base 0.6.0
- randombytes_salsa20_implementation_name@Base 0.6.0
- randombytes_salsa20_random@Base 0.6.0
- randombytes_salsa20_random_buf@Base 0.6.0
- randombytes_salsa20_random_close@Base 0.6.0
- randombytes_salsa20_random_stir@Base 0.6.0
- randombytes_salsa20_random_uniform@Base 0.6.0
- randombytes_set_implementation@Base 0.6.0
- randombytes_stir@Base 0.6.0
- randombytes_sysrandom@Base 0.6.0
- randombytes_sysrandom_buf@Base 0.6.0
- randombytes_sysrandom_close@Base 0.6.0
- randombytes_sysrandom_implementation@Base 0.6.0
- randombytes_sysrandom_implementation_name@Base 0.6.0
- randombytes_sysrandom_stir@Base 0.6.0
- randombytes_sysrandom_uniform@Base 0.6.0
- randombytes_uniform@Base 0.6.0
- sodium_bin2hex@Base 0.6.0
- sodium_hex2bin@Base 0.6.0
- sodium_init@Base 0.6.0
- sodium_library_version_major@Base 0.6.0
- sodium_library_version_minor@Base 0.6.0
- sodium_memcmp@Base 0.6.0
- sodium_memzero@Base 0.6.0
- sodium_mlock@Base 0.6.0
- sodium_munlock@Base 0.6.0
- sodium_runtime_get_cpu_features@Base 0.6.0
- sodium_runtime_has_neon@Base 0.6.0
- sodium_runtime_has_sse2@Base 0.6.0
- sodium_runtime_has_sse3@Base 0.6.0
- sodium_version_string@Base 0.6.0
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 5c7aec6..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/make -f
-
-
-override_dh_strip:
- dh_strip --dbg-package=libsodium-dbg
-
-%:
- dh $@ --with autoreconf -Bbuild
-
-.PHONY: override_dh_strip
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 59f9356..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,3 +0,0 @@
-version=3
-opts="filenamemangle=s/^.*\/(.*)/libsodium-$1/" \
- https://github.com/jedisct1/libsodium/tags .*/(\d[\d\.]*)\.tar\.gz