9f5322d309ADDED: Support for BLAKE2 algorithms in crypto_data_hash/3.
Markus Triska
2020-05-19 12:22:49 +02:00
f5c2f6f9e9ADDED: Support for SHA-3 algorithms in crypto_data_hash/3
Markus Triska
2020-05-19 10:50:33 +02:00
e0e3b180e7accomodate \0\ in partial strings, print null as \0\ (#267, #526), update prolog parser, version bump
Mark Thom
2020-05-18 23:45:21 -06:00
041dc039d4add Addr::Lis as case in PartialStringTail (#530)
Mark Thom
2020-05-18 12:27:26 -06:00
ac755b0adaMerge pull request #527 from triska/master
Mark Thom
2020-05-18 11:18:58 -03:00
c14259060cfix partial_string_tail panic (#530)
Mark Thom
2020-05-18 11:14:27 -06:00
a423eb5323stronger validation of input lists for cryptographic routines
Markus Triska
2020-05-18 13:28:52 +02:00
fd732550d8crypto_data_hkdf/4: Fail if the length is too long.
Markus Triska
2020-05-18 13:21:20 +02:00
fac7ba70c8crypto_password_hash/3: fail if the number of iterations is too high
Markus Triska
2020-05-18 13:11:39 +02:00
e9f8b35918centralize reasoning about encoding
Markus Triska
2020-05-18 11:29:35 +02:00
23034dd4f5raise instantiation errors for variable encoding
Markus Triska
2020-05-18 11:21:38 +02:00
70ad44adfdtype check for length argument in crypto_data_hkdf/4
Markus Triska
2020-05-18 11:12:59 +02:00
95ca8a2630throw instantiation error if the list of options contains a variable (#523)
Markus Triska
2020-05-18 09:58:09 +02:00
a7fd3c50e5Updated README with Docker install instructions
panasenco
2020-05-17 20:49:44 -07:00
5639f40994Managed to create a 77MB scryer-prolog Docker image
panasenco
2020-05-16 21:04:45 -07:00
33a8262334New Dockerfile based on Fredrik Park's blog post - compilation fails with linker error
panasenco
2020-05-16 16:30:47 -07:00
9b4f7ad696Created initial working Docker deployment
panasenco
2020-05-16 15:57:50 -07:00
3855d7ea02type test for salt in crypto_password_hash/3
Markus Triska
2020-05-17 22:01:22 +02:00
eecd809d9afix atom_codes (#521)
Mark Thom
2020-05-17 16:34:52 -06:00
240d3cb8f1add Cargo.lock
Mark Thom
2020-05-17 15:20:02 -06:00
5720b7b94celiminate Addr::CharCode (#519), fix atom_code panic (#521), fix failure involving lists of character codes (#520), bump version number
Mark Thom
2020-05-17 15:19:27 -06:00
9f3351469dsolve overflow of left arithmetic shift (#518)
Mark Thom
2020-05-17 12:20:22 -06:00
2c4a0cf65bupdate Cargo.lock
Mark Thom
2020-05-16 23:13:57 -06:00
a8f360c8fdscryer version bump
Mark Thom
2020-05-16 23:12:43 -06:00
b3cff6555fpropagate syntax errors from read_term when they're not UnexpectedEOF (#507)
Mark Thom
2020-05-16 23:10:38 -06:00
69706ecab0fix sign error in shl on fixnum with n >= 63 (#499)
Mark Thom
2020-05-16 23:00:37 -06:00
05d3b97eaecorrect for second argument when (is)/2 is a tail call
Mark Thom
2020-05-16 20:22:17 -06:00