Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for libblake 3.01.2.1 | Mattias Andrée | 2022-02-20 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Some fixes1.2 | Mattias Andrée | 2022-02-17 | 1 | -2/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | add todo | Mattias Andrée | 2022-02-17 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m style | Mattias Andrée | 2022-02-17 | 1 | -32/+33 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Remove obsolete macro | Mattias Andrée | 2022-02-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m + add tests for optimisations | Mattias Andrée | 2022-02-17 | 1 | -1/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m + use optimisations '(adds auto-executed function: libar2_init)' | Mattias Andrée | 2022-02-17 | 1 | -5/+93 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add optimisations (no yet used) | Mattias Andrée | 2022-02-17 | 1 | -11/+146 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add more tests | Mattias Andrée | 2022-02-16 | 1 | -1/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Unrolling loop of rounds does not improve performance | Mattias Andrée | 2022-02-16 | 1 | -1/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Small optimisation for little-endian machines | Mattias Andrée | 2022-02-16 | 1 | -5/+37 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix style + minimal optimisation | Mattias Andrée | 2022-02-16 | 1 | -6/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Remove todo | Mattias Andrée | 2022-02-16 | 1 | -1/+1 |
| | | | | | | | | | load_block is optimised to a memcpy on little-endian machines, and argon2_blake2b_exthash must (there are less desirable alternatives) write to an intermediate buffer beause it can write beyond the target area Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | 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 hash | Mattias Andrée | 2022-02-14 | 1 | -1/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Bug fix | Mattias Andrée | 2022-02-13 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Bug fix | Mattias Andrée | 2022-02-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Use params->version == 0 for implicit specification of version 1.0 | Mattias Andrée | 2022-02-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | First commit1.0 | Mattias Andrée | 2022-01-16 | 1 | -0/+612 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |