summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/salsa2012
AgeCommit message (Expand)Author
2016-03-27build: fix build with nonstandard libsodium include pathMatthias Schiffer
2016-02-22Update copyright yearsMatthias Schiffer
2015-06-22salsa20{,12}/xmm: avoid symbol conflicts with libnaclMatthias Schiffer
2015-03-24Make build dependencies more configurableMatthias Schiffer
2015-01-14Update copyright yearsMatthias Schiffer
2014-08-24Coding style: always add a space between a pointer's type and the *Matthias Schiffer
2014-08-02Introduce and use alloc helpersMatthias Schiffer
2014-05-29Document *everything*Matthias Schiffer
2014-05-27Remove fastd_true()Matthias Schiffer
2014-03-14Adjust copyright yearsMatthias Schiffer
2014-01-25Mark assembler files as not needing executable stackMatthias Schiffer
2013-12-01Add fast SSE2 implementations "xmm" for Salsa20 and Salsa20/12Matthias Schiffer
2013-12-01Remove a few `aligned' attributes that don't make senseMatthias Schiffer
2013-11-30Make the crypto implementations independent of fastd.h (and fix more minor bugs)Matthias Schiffer
2013-11-30Remove cipher and MAC contextsMatthias Schiffer
2013-11-27Allow checking if a crypto algorithm is available at runtimeMatthias Schiffer
2013-11-25Move crypto algorithm information out of implementationMatthias Schiffer
2013-11-25Move cipher and mac structures to a new headerMatthias Schiffer
2013-11-21Add salsa20/12 cipherMatthias Schiffer