Andrew Kelley
|
e402455704
|
rename std lib files to new convention
|
2019-03-02 16:46:04 -05:00 |
Jimmi Holst Christensen
|
8139c5a516
|
New Zig formal grammar (#1685)
Reverted #1628 and changed the grammar+parser of the language to not allow certain expr where types are expected
|
2018-11-13 05:08:37 -08:00 |
kristopher tate
|
5d014d4b37
|
os.crypto: support for HmacBlake2s256 variety;
|
2018-11-03 15:03:48 -04:00 |
Jimmi Holst Christensen
|
378d3e4403
|
Solve the return type ambiguity (#1628)
Changed container and initializer syntax
* <container> { ... } -> <container> . { ... }
* <exrp> { ... } -> <expr> . { ...}
|
2018-10-15 09:51:15 -04:00 |
Andrew Kelley
|
c06a61e9bf
|
remove `this`. add `@This()`.
closes #1283
|
2018-09-13 16:34:33 -04:00 |
Marc Tiehuis
|
a7527389cc
|
Make poly1305 and x25519 more idiomatic zig
This also adjusts the current hash/hmac functions to have a consistent
interface allowing easier switching/testing.
|
2018-08-31 18:40:09 +12:00 |
Andrew Kelley
|
4787127cf6
|
partial conversion to post-fix pointer deref using zig fmt
|
2018-05-10 00:29:49 -04:00 |
Marc Tiehuis
|
8938429ea1
|
Add Hmac function (#890)
|
2018-04-04 10:31:10 -04:00 |