zhibog
|
70e8d97ee1
|
Fix procedure
|
2022-02-22 20:13:49 +01:00 |
|
zhibog
|
cdecb0ccc3
|
Fix Odin_OS_Type
|
2022-02-22 20:10:35 +01:00 |
|
zhibog
|
460b5149af
|
Added missing constants
|
2022-02-22 20:06:52 +01:00 |
|
zhibog
|
b6dc253d8b
|
Add generic procedure for default SipHash 2-4
|
2022-02-22 20:02:34 +01:00 |
|
zhibog
|
e7be9493ba
|
Added SipHash + tests and fixed remaining semicolons in vendor/botan
|
2022-02-22 19:56:07 +01:00 |
|
zhibog
|
42033ea808
|
Extended crypto API by variants that write the result into a destination buffer, instead of returning it
|
2021-12-31 13:16:11 +01:00 |
|
zhibog
|
96b670af49
|
Fix package name again
|
2021-11-10 15:31:29 +01:00 |
|
zhibog
|
359e02bad7
|
Fix botan lib name for apt
|
2021-11-10 15:26:26 +01:00 |
|
zhibog
|
8aadcacc0b
|
Add tests to Linux and Mac and add vendor tests
|
2021-11-10 15:22:12 +01:00 |
|
zhibog
|
cef9632607
|
Add Botan crypto lib as a vendor library
|
2021-11-09 23:49:17 +01:00 |
|
zhibog
|
c24454ae70
|
Removed context switching system from the crypto library to simplify the code
|
2021-11-09 16:50:13 +01:00 |
|
zhibog
|
483afe462b
|
Fix order of operations to make it correct and work with -o:speed flaf
|
2021-11-07 18:53:30 +01:00 |
|
zhibog
|
7fa05238b8
|
Added note due address thread safety
|
2021-10-16 19:37:23 +02:00 |
|
zhibog
|
dd7449b8b5
|
Fixed some typos in proc names
|
2021-10-16 19:20:43 +02:00 |
|
zhibog
|
b7a0627d09
|
Remove the read_entire_file from the crypto utils and now use the one within core:os
|
2021-10-16 18:46:18 +02:00 |
|
zhibog
|
c632125d82
|
Added a read_entire_file proc that only takes a handle and turned it into a proc group with the one, that takes a path
|
2021-10-16 18:45:25 +02:00 |
|
zhibog
|
f48ee00c2f
|
Improved API. hash_file procs now just take a file handle instead of a path
|
2021-10-15 20:29:25 +02:00 |
|
zhibog
|
ced0ea515c
|
Added note for the botan.dll to README.md
|
2021-10-14 23:08:21 +02:00 |
|
zhibog
|
8876328e4d
|
Move botan.dll to correct directory
|
2021-10-14 23:03:55 +02:00 |
|
zhibog
|
f4ff11a7ff
|
Added botan.dll for tests
|
2021-10-14 22:58:20 +02:00 |
|
zhibog
|
77be7144c3
|
Add crypto library. Additional information is included in the README.md
|
2021-10-14 22:20:55 +02:00 |
|
zhibog
|
05b58bdbb1
|
Fixed package name
|
2020-10-24 00:17:36 +02:00 |
|
zhibog
|
4c4112fbc7
|
Fixed getting windows version. The former function is no longer working on Windows 10. Also fixed the struct to use correct win32 names
|
2020-10-24 00:14:01 +02:00 |
|
zhibog
|
c704de8442
|
Added the #maybe directive to the union struct in the AST. Also added it to the parsing code for a union.
|
2020-04-25 18:21:32 +02:00 |
|
zhibog
|
3a1bee19a9
|
Added a bool flag to the Block_Stmt struct to have information whether or not 'do' was used vs brackets in the AST
|
2020-04-18 21:34:14 +02:00 |
|
zhibog
|
2484f4d04b
|
Removed CSV stuff.
|
2019-11-17 20:09:00 +01:00 |
|
zhibog
|
694ee02247
|
Missed one
|
2019-11-09 18:06:33 +01:00 |
|
zhibog
|
0451c88ab6
|
Fixed indenting
|
2019-11-09 18:04:30 +01:00 |
|
zhibog
|
803f6a6651
|
Added procs to read and write just the data, without any file loading / writing
|
2019-11-08 22:17:24 +01:00 |
|
zhibog
|
672cfd51c3
|
Added names to return values
|
2019-11-08 20:21:18 +01:00 |
|
zhibog
|
80cdf8b6a8
|
Should be row_count obviously
|
2019-11-08 20:16:56 +01:00 |
|
zhibog
|
dc2d5239c5
|
Removed comments regarding RFC test vectors
|
2019-11-08 20:06:58 +01:00 |
|
zhibog
|
4b718aae75
|
Added an implementation for reading and writing csv files
|
2019-11-01 22:35:46 +01:00 |
|
zhibog
|
20db0e7f09
|
Added Base32 + official test vectors from the RFC
|
2019-11-01 22:35:09 +01:00 |
|
zhibog
|
614ea5c168
|
Added official test vectors from the RFC
|
2019-11-01 22:34:19 +01:00 |
|
zhibog
|
a7676bff6e
|
Added an implementation for Base64. Also provides the ability to supply your own alphabet and decoding table.
|
2019-08-15 22:05:06 +02:00 |
|