libgocryptfs/internal
Jakob Unterwurzacher d9510d0c0b stupidgcm: NewChacha20poly1305: avoid slice append
I noticed that growslice() shows up in the cpuprofile.
Avoiding slice append for the private jey copy gives a 0.6% speedup:

gocryptfs/internal/speed$ benchstat old new
name             old time/op   new time/op   delta
StupidXchacha-4   5.68µs ± 0%   5.65µs ± 0%  -0.63%  (p=0.008 n=5+5)

name             old speed     new speed     delta
StupidXchacha-4  721MB/s ± 0%  725MB/s ± 0%  +0.63%  (p=0.008 n=5+5)
2021-09-07 18:14:58 +02:00
..
configfile Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
contentenc Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
cryptocore -speed: add XChaCha20-Poly1305-OpenSSL 2021-09-07 18:14:05 +02:00
ctlsocksrv go mod: declare module version v2 2021-08-23 15:05:15 +02:00
ensurefds012 Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
exitcodes Add support for FIDO2 tokens 2020-09-12 18:06:54 +02:00
fido2 go mod: declare module version v2 2021-08-23 15:05:15 +02:00
fusefrontend fusefrontend: remove leftover Printf 2021-08-30 11:39:44 +02:00
fusefrontend_reverse go mod: declare module version v2 2021-08-23 15:05:15 +02:00
inomap go mod: declare module version v2 2021-08-23 15:05:15 +02:00
nametransform Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
openfiletable go mod: declare module version v2 2021-08-23 15:05:15 +02:00
pathiv go mod: declare module version v2 2021-08-23 15:05:15 +02:00
readpassword go mod: declare module version v2 2021-08-23 15:05:15 +02:00
siv_aead cryptocore: add NonceSize to AEADTypeEnum 2021-08-23 22:10:23 +02:00
speed speed: add BenchmarkStupidChacha 2021-09-07 18:14:05 +02:00
stupidgcm stupidgcm: NewChacha20poly1305: avoid slice append 2021-09-07 18:14:58 +02:00
syscallcompat Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
tlog tlog: switch from golang.org/x/crypto/ssh/terminal to golang.org/x/term 2021-08-19 07:38:56 +02:00