]> gitweb.factorcode.org Git - factor.git/history - extra/sodium
scryfall: add more filter/reject words, better mtga parser
[factor.git] / extra / sodium /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2021-03-14 John Benediktssonsodium: adding some tags.txt.
2020-08-20 Alexander Iljinsodium: add the "bindings" tag
2020-05-10 Alexander Iljinsodium.ffi: add the scrypt functions
2020-05-10 Alexander Iljinsodium: update copyright years in the header
2020-05-10 Alexander Iljinsodium: add sodium-bin>base64
2020-05-10 Alexander Iljinsodium: add sodium-base64>bin
2020-04-13 Alexander Iljinsodium.secure-memory: fix a stack effect and add docume...
2020-04-13 John Benediktssonsodium: fix help-lint warnings.
2020-04-13 John Benediktssonsodium.secure-memory: fix return type of secure-memory=.
2020-04-13 John Benediktssonsodium.secure-memory: apply @AlexIljin patch for secure...
2020-04-13 Alexander Iljinsodium.secure-memory: new vocab
2020-04-13 Alexander Iljinsodium.ffi: add 2020 to the copyright years
2020-04-13 Alexander Iljinsodium.ffi: fix the pointer declaration syntax
2020-04-13 Alexander Iljinsodium.ffi: add the Argon2i header definitions
2020-04-13 Alexander Iljinsodium.ffi: fix the array parameters in the function...
2020-04-13 Alexander Iljinsodium.ffi: add some SHA hash and HMAC headers
2020-04-07 Doug Colemansodium: Less stack shuffling in test.
2019-04-14 Alexander Iljinsodium: use a more conventional parameter name
2019-04-14 Alexander Iljinsodium: add wrapper words for working with detached...
2018-12-23 Alexander Iljinsodium: the add essential crypto-box-* words and a... 2086/head
2018-12-23 Alexander Iljinsodium: prepare some code for reuse
2018-12-23 Alexander Iljinsodium: move some words into the <PRIVATE> section
2018-12-23 Alexander Iljinsodium.ffi: add the remaining APIs
2018-12-23 Alexander Iljinsodium.ffi: add the year 2018 to the copyright notice
2018-12-23 Alexander Iljinsodium.ffi: fix source code formatting for consistency
2018-01-22 John Benediktssonsodium: add not loaded tag for now.
2018-01-22 Alexander Iljinsodium: add authenticated encryption and decryption...
2018-01-22 Alexander Iljinsodium: add generic hash functions
2018-01-22 Alexander Iljinsodium.ffi: add memory allocation and protection functions
2018-01-22 Alexander Iljinsodium: add password hashing functions
2018-01-22 Alexander Iljinsodium: add random data generation functions
2018-01-22 Alexander Iljinsodium: add startup initialization hook
2018-01-22 Alexander Iljinsodium: import FFI stub