index
:
delta/nettle.git
aead-api
aead-tests
aes-cbc
aes-reorg
aes-struct-layout
api-opaque-fix
arm-salsa20-chacha-vsra
arm64
arm64-ecc
arm64-poly1305
arm64-sha1
attribute-deprecated
balloon
baserock/disable-documentation
baserock/morph
bcrypt
block16-refactor
bswap-header
chacha-3core-neon
chacha96
cmac-layout
cmac-support
cmac64
ctr-opt
curve25519
curve448
default-m4-quote-char
delete-1-way-neon
delete-arcfour-asm
delete-des-compat
delete-ecc-g
delete-internal-name-mangling
delete-old-aes
delete-rsa_blind
dsa-reorg
ecc-gost
ecc-params-tweak
ecc-sqrt
ecc-support
ecdsa-duplication-fix
ecdsa-weierstrass-only
ed448
experimental-20050201
export-sha256_compress
fat-build-by-default
fat-library
fix-chacha-counter
fix-x86_64-ghash-alignment
gcm-ctr-opt
ghash-refactor
ghash-sidechannel-silent
gosthash94cp
hkdf-support
invert-with-redc
lsh-1.4.2
master
master-updates
merge-pss
move-nettle_mac
nettle-2.7-fixes
nettle-arm64-chacha
nettle-ppc-test-power9
new-mod-inv
ocb-merge
ocb-mode
openssl-benchmark-update
optimize-ecc-invert
poly1305
poly1305-radix32
power-asm-wip
ppc-chacha-2core
ppc-chacha-4core
ppc-chacha-core
ppc-gcm
ppc-secp256-tweaks
ppc64-efv2-check
refactor-ecc-mod
refactor-poly1305
release-3.4-fixes
release-3.7-fixes
release-3.8-fixes
rename-data-symbols
require-gnu-make
rsa-crt-hardening
s390x
salsa20-2core-neon
secp256r1-mod
set_key-changes
sha256-compress-n
shake256
siv-mode
size_t-changes
skein
sm3
sm4
struct-layout
test-fat
test-ghash-internal
test-shlib-dir
use-mpn_cnd-functions
versioned-symbols
wip-siv-gcm
x86_64-aes-refactor
x86_64-gcm
x86_64-salsa20-2core
x86_64-sha_ni-sha1
x86_64-sha_ni-sha256
git.lysator.liu.se: nettle/nettle.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add benchmark for mpn_sec_powm.
Niels Möller
2014-05-27
1
-6
/
+36
*
Rename *_DATA_SIZE to *_BLOCK_SIZE.
Niels Möller
2014-04-25
1
-5
/
+5
*
Deleted next-prime.c from examples/Makefile.in (forgotten in earlier change).
Niels Möller
2014-04-17
1
-1
/
+1
*
Stylistic fixes.
Niels Möller
2014-04-16
1
-2
/
+2
*
Deleted the nettle_next_prime function.
Niels Möller
2014-04-13
2
-173
/
+1
*
Update copyright headers for dual licensing, example directory.
Niels Möller
2014-04-12
21
-452
/
+630
*
Enabled tests for openssl curves secp256r1 and secp192r1.
Nikos Mavrogiannopoulos
2014-04-10
1
-7
/
+4
*
Trivial merge.
Niels Möller
2014-04-10
1
-0
/
+1
|
\
|
*
Benchmarking of sha512_224 and sha512_256.
Niels Möller
2014-04-09
1
-0
/
+1
*
|
Delete old .cvsignore files.
Niels Möller
2014-03-29
1
-11
/
+0
|
/
*
Update dsa benchmarking to use new DSA interface.
Niels Möller
2014-03-26
1
-17
/
+19
*
Convert dsa_keypair_from_sexp_alist to use struct dsa_params.
Niels Möller
2014-03-26
1
-1
/
+3
*
Resurrect nettle_arcfour128, as an internal aead.
Niels Möller
2014-03-18
2
-0
/
+32
*
Define and use nettle_cipher_func, for block ciphers.
Niels Möller
2014-03-18
2
-20
/
+22
*
Deleted nettle_cipher nettle_arcfour128.
Niels Möller
2014-03-16
2
-25
/
+0
*
Refactored benchmarking of aead algorithms.
Niels Möller
2014-03-15
1
-80
/
+111
*
Make eax_aes128 interface public.
Niels Möller
2014-02-13
1
-0
/
+1
*
Updated base16enc and base64enc example programs.
Niels Möller
2014-02-07
2
-4
/
+0
*
nettle-benchmark: Fixed memset calls.
Niels Möller
2014-02-06
1
-3
/
+3
*
Dropped length argument from nettle_set_key_func.
set_key-changes
Niels Möller
2014-01-29
2
-30
/
+54
*
Add benchmarking for eax.
Niels Möller
2014-01-27
1
-1
/
+41
*
Benchmarking of chacha.
Niels Möller
2014-01-27
1
-1
/
+1
*
New gcm-aes interface.
Niels Möller
2014-01-26
1
-10
/
+10
*
Move poly1305-aes.h declarations into poly1305.h. Deleted POLY1305_* macros.
Niels Möller
2014-01-16
1
-1
/
+1
*
First implementation of poly1305.
Nikos Mavrogiannopoulos
2013-11-10
1
-0
/
+21
*
Fixed link dependency problems with --disable-static.
Niels Möller
2013-09-18
1
-2
/
+2
*
Deleted unused macro.
Niels Möller
2013-06-25
1
-2
/
+0
*
Use size_t for bignums, rsa and dsa.
Niels Möller
2013-04-26
1
-1
/
+1
*
Use size_t rather than unsigned for base16, base64, nettle_bufer and sexp rel...
Niels Möller
2013-04-26
2
-26
/
+26
*
Use size_t rather than unsigned for all hash-related functions.
Niels Möller
2013-04-26
1
-5
/
+5
*
Use size_t rather than unsigned for all cipher-related functions.
Niels Möller
2013-04-26
1
-15
/
+15
*
Deleted unneeded casts in benchmark program.
Niels Möller
2013-04-25
1
-30
/
+25
*
Add benchmarking of OpenSSL's RSA functions.
Niels Möller
2013-04-25
1
-12
/
+75
*
Rename UMAC_BLOCK_SIZE to UMAC_DATA_SIZE.
Niels Möller
2013-04-18
1
-4
/
+4
*
Benchmark salsa20r12.
Niels Möller
2013-04-17
1
-1
/
+1
*
Added umac benchmarking.
Niels Möller
2013-04-11
1
-0
/
+49
*
Changed name "Internetfonden" to "the .SE Internet Fund".
Niels Möller
2013-04-05
1
-1
/
+1
*
Typo fix in file header.
Niels Möller
2013-03-25
1
-1
/
+1
*
Factorize timing functions to a separate file
Martin Storsjö
2013-03-25
6
-115
/
+162
*
Use local paths for including headers in examples and tests
Martin Storsjö
2013-03-25
1
-5
/
+5
*
Fixed hogweed dependency in examples/Makefile.in.
Niels Möller
2013-02-28
1
-3
/
+3
*
Typo fix in ecc-benchmark.c
Niels Möller
2013-02-27
1
-1
/
+1
*
New program hogweed-benchmark.
Niels Möller
2013-02-20
3
-2
/
+645
*
Benchmark program for ECC primitives.
Niels Möller
2013-02-18
3
-4
/
+316
*
Updated .gitignore files.
Niels Möller
2013-02-15
1
-0
/
+4
*
Added -s and -e options to examples/rsa-keygen.
Niels Möller
2013-02-14
1
-4
/
+34
*
Fixed make rules for building objects in parent directory.
Niels Möller
2013-01-02
1
-2
/
+8
*
Benchmark additional sha3 functions.
Niels Möller
2013-01-01
1
-1
/
+2
*
Replaced all internal usage of sha.h.
Niels Möller
2012-12-02
1
-1
/
+2
*
Benchmark sha3_permute.
Niels Möller
2012-11-13
1
-46
/
+43
[next]