aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Empty signed commitHEADmasterMattias Andrée2024-04-060-0/+0
* libar2_encode_base64: fix support for overlap1.2.2Mattias Andrée2022-03-195-18/+71
* test: check libar2_decode_base64 with buffer overlapMattias Andrée2022-03-191-9/+20
* Update for libblake 3.01.2.1Mattias Andrée2022-02-201-4/+4
* install_name_tool does not support --Mattias Andrée2022-02-191-1/+1
* Makefile: fix linking details for Mac OSMattias Andrée2022-02-194-1/+8
* Some fixes1.2Mattias Andrée2022-02-174-16/+60
* bump versionMattias Andrée2022-02-171-1/+1
* add todoMattias Andrée2022-02-171-0/+2
* m styleMattias Andrée2022-02-171-32/+33
* Remove obsolete macroMattias Andrée2022-02-172-7/+6
* libar2_erase.3: mention weak linkingMattias Andrée2022-02-171-0/+7
* m whitespaceMattias Andrée2022-02-171-0/+1
* m styleMattias Andrée2022-02-171-2/+1
* m + add tests for optimisationsMattias Andrée2022-02-173-7/+72
* m + use optimisations '(adds auto-executed function: libar2_init)'Mattias Andrée2022-02-179-17/+165
* Add optimisations (no yet used)Mattias Andrée2022-02-173-13/+158
* Fix previous commitMattias Andrée2022-02-162-2/+7
* Strict parameter order in parameter string (this is what is done in the reference implementation and is the desirable behaviour)Mattias Andrée2022-02-162-46/+34
* Make test code work with musl1.1.1Mattias Andrée2022-02-161-14/+18
* Fix check for 0-prefixed integers parameter stringMattias Andrée2022-02-162-1/+6
* mMattias Andrée2022-02-161-1/+1
* Add more testsMattias Andrée2022-02-162-20/+45
* Add more testsMattias Andrée2022-02-161-2/+25
* mMattias Andrée2022-02-161-0/+1
* Add more test codeMattias Andrée2022-02-161-2/+123
* More tests and some small improvementsMattias Andrée2022-02-163-22/+221
* Add coverage testMattias Andrée2022-02-162-0/+16
* Suppress warningMattias Andrée2022-02-161-1/+11
* Unrolling loop of rounds does not improve performanceMattias Andrée2022-02-161-1/+0
* Small optimisation for little-endian machinesMattias Andrée2022-02-163-6/+97
* Fix style + minimal optimisationMattias Andrée2022-02-161-6/+4
* Remove todoMattias Andrée2022-02-161-1/+1
* Reference libar2simplified_init_context.3 in libar2_hash.3Mattias Andrée2022-02-151-1/+2
* Minor fix to man pagesMattias Andrée2022-02-1515-15/+15
* Ref libar2simplified1.1Mattias Andrée2022-02-142-1/+2
* Refine libar2_hash_buf_size + add test + securely erase parts of the hash output buffer that is written to but is not part of the hashMattias Andrée2022-02-147-9/+90
* Fix previous commitMattias Andrée2022-02-143-14/+29
* Add libar2_hash_buf_size and fix related documentation for libar2_hashMattias Andrée2022-02-136-4/+80
* Bug fixMattias Andrée2022-02-131-4/+4
* Bug fixMattias Andrée2022-02-131-0/+1
* Fix typoMattias Andrée2022-02-131-2/+2
* mMattias Andrée2022-02-131-0/+1
* Bump lib versionMattias Andrée2022-02-121-1/+1
* Use params->version == 0 for implicit specification of version 1.0Mattias Andrée2022-02-127-11/+84
* libar2_encode_base64: data may be NULL if buf is NULLMattias Andrée2022-02-122-2/+6
* Add man pages, readme, and nonnull attributes and fix documentation typosMattias Andrée2022-02-1217-11/+1729
* Make libar2_latest_argon2_version constMattias Andrée2022-02-122-2/+2
* Fix warningsMattias Andrée2022-01-196-24/+44
* Improve portabilityMattias Andrée2022-01-184-6/+35