2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-06-10 06:06:05 +02:00
Commit Graph

675 Commits

Author SHA1 Message Date
Milan Broz 4ac8640c2a Fix trailing spaces in source headers (to remove git warning). 2017-06-19 15:36:38 +02:00
wrathematics 9b1d98ee11 Add R to list of bindings 2017-06-13 12:57:06 -04:00
Tarjei Husøy 51a5c6219b Add link to another python binding: porridge
So far the only python binding that enables keyed hashing.
2017-06-09 16:16:16 -07:00
goblin bc596fbcc7 Fix up documentation for argon2i_hash_raw
It doesn't allocate the memory at @hash!
2017-06-03 14:34:32 +02:00
goblin c9f9c951de ensure -m or -k is only used once 2017-06-01 19:52:07 +02:00
goblin 7bab9ed820 typo 2017-06-01 14:25:18 +02:00
goblin 5ed7d0344a add support for fine-grained memory setting
to fix https://github.com/P-H-C/phc-winner-argon2/issues/211
2017-06-01 14:00:06 +02:00
Dmitry Khovratovich 9e3ae0f5e9 Merge pull request #208 from luc-lynx/master
BLAMKA with AVX2 optimisations
2017-05-19 10:08:08 +02:00
luc-lynx ff6c115533 _mm256_shuffle_epi32 instead of _mm256_permutevar8x32_epi32 2017-04-26 16:52:40 +03:00
luc-lynx e2e9c2859c align macros removed 2017-04-25 12:39:19 +03:00
Ranieri Althoff 021a358380
Fix missing usages of strlen(pwd) 2017-04-24 21:03:43 -03:00
Ranieri Althoff 6942b47408
Stop discarding trailing newline 2017-04-24 19:34:56 -03:00
luc-lynx 2e67e5e985 BLAMKA with AVX2 optimizations 2017-04-25 00:49:11 +03:00
Samuel Neves 30c78a1e5e Merge pull request #206 from WOnder93/remove-align-macro
Remove unused ALIGN macro
2017-04-24 08:42:08 +01:00
Ranieri Althoff 949efc5701
Allow null character in password for cli tool 2017-04-24 00:31:08 -03:00
Ondrej Mosnáček 7c57b3f08c Remove unused ALIGN macro
The 'ALIGN' macro defined in core.h is not used anywhere, so it can be
removed.
2017-04-23 15:32:19 +02:00
Samuel Neves 1eea0104e7 Merge pull request #196 from angelsl/master
Fix use after free if threads > lanes
2017-03-28 23:44:20 +01:00
Samuel Neves 8a37ce4b27 Merge pull request #200 from CodingMarkus/fix/compiler-warnings
Fixed compiler warnings about potential dangerous casts
2017-03-28 23:43:46 +01:00
Daniel c2cfecffe9 Fixed missing references in generated PDF 2017-03-25 01:01:58 +01:00
Daniel d0c8c08bc2 Updated to reflect the changes made to the LaTeX file 2017-03-24 21:57:50 +01:00
CodingMarkus 25d33df2e2 Fixed compiler warnings about potential dangerous casts
Casting unsigned long to uint32_t is not guaranteed to be a safe operation as a long int can also be 64 bit wide and very often it is 64 bit wide. This change silences a couple of compiler warnings I got while building the code.
2017-03-21 19:21:00 +01:00
angelsl 6d33ea0bdf Limit threads to number of lanes 2017-03-13 19:33:10 +08:00
JP Aumasson 6f5427fb67 Merge pull request #195 from P-H-C/bugfix
Check for overflow on input lengths
2017-02-26 14:57:01 +01:00
Samuel Neves 9f1e53143f check for overflow on input lengths 2017-02-26 13:40:15 +00:00
Samuel Neves 69341f7e34 Merge pull request #194 from sru-systems/delete-opt-ref-headers
Delete opt.h and ref.h.
2017-02-26 13:39:04 +00:00
Martijn Rijkeboer f622634cbe Delete opt.h and ref.h as suggested by Samuel Neves [0].
[0] https://github.com/P-H-C/phc-winner-argon2/pull/192#issuecomment-282479519
2017-02-26 11:37:26 +01:00
Samuel Neves 1c0add8f3a Merge pull request #193 from sru-systems/comment-fix
Fix comment in fill_first_blocks.
2017-02-24 15:43:01 +00:00
Dmitry Khovratovich c388a25ed0 Merge pull request #191 from sru-systems/spec-fixes
Two small fixes to the spec
2017-02-24 10:50:46 +01:00
Martijn Rijkeboer f15cf8bacd Fix comment in fill_first_blocks. 2017-02-23 12:07:16 +01:00
Martijn Rijkeboer 3f6541d2a6 Add type y for Argon2id. 2017-02-23 11:36:14 +01:00
Martijn Rijkeboer 0e5f98f3fd Fix secret value K's range to match code. 2017-02-23 11:31:18 +01:00
Dmitry Khovratovich 25b803154a Merge pull request #189 from P-H-C/no_threads_patch
add support for no threading
2017-02-10 12:54:36 +01:00
Samuel Neves fed7e38532 fix testci target 2017-02-07 13:14:40 +00:00
Samuel Neves b343906e58 add support for no threading 2017-02-06 15:03:47 +00:00
Samuel Neves a403440c14 Merge pull request #185 from josephlr/shared-library-fix
Shared library fix
2017-02-05 17:01:19 +00:00
Samuel Neves 8dd5778806 formatting, missing kat 2017-02-05 16:55:24 +00:00
Samuel Neves d8f75fd11d Merge pull request #188 from luc-lynx/master
avoid thread creation in p=1 case
2017-02-05 16:49:33 +00:00
luc-lynx aaaed59d6d error code fix 2017-02-04 01:11:46 +03:00
luc-lynx 7bdaeceacf seperate function for p=1 case 2017-02-04 00:35:06 +03:00
luc-lynx 3a0770b7fe Revert "avoid thread creation in p=1 case"
This reverts commit 2d9a23a76e.
2017-02-04 00:13:10 +03:00
luc-lynx 2d9a23a76e avoid thread creation in p=1 case 2017-02-02 23:49:05 +03:00
Joe Richey b70772428c ABI Version should start at 0 2017-01-23 10:18:54 -08:00
Joe Richey c5722c1cbc Cleaned up uninstall commands, now works on macOS 2017-01-19 16:05:11 -08:00
Joe Richey e471926dbc Added make uninstall command 2017-01-19 14:56:16 -08:00
Joe Richey 5e78398c5a Added ABI Version Number, and properly handle it for Linux and Darwin 2017-01-19 14:55:44 -08:00
khovratovich fb8029068e LaTeX source
Latex sources of the Argon2 spec, pictures and bibiliography.
2017-01-06 09:54:33 -05:00
JP Aumasson e900bacc26 Merge pull request #180 from Alexis-D/cli-version-flags
Allow setting Argon2 version number from the command-line
2016-11-05 21:39:25 +01:00
JP Aumasson 850a5b2f7e Merge pull request #181 from hynek/master
Add doc for argon2_encodedlen's type parameter
2016-11-05 21:36:21 +01:00
Hynek Schlawack 59c45daa88 Add doc for argon2_encodedlen's type parameter 2016-11-05 11:40:30 +01:00
Alexis Daboville 0961058ad1 Add comment about -v defaulting to the most recent Argon2 version 2016-11-04 18:17:34 +01:00