Commit Graph

28 Commits

Author SHA1 Message Date
lukechampine b60a0c0b5a fix typo 2020-01-15 23:50:45 -05:00
lukechampine bef3cb791c add vanity import directive 2020-01-14 00:28:18 -05:00
lukechampine 20804e899d unroll word<->byte conversions 2020-01-13 14:27:21 -05:00
lukechampine f87940e245 add compress comments, remove gen 2020-01-13 13:53:16 -05:00
renthraysk 4553d55fb5 Tidy up generated code & comments 2020-01-12 22:01:00 +00:00
renthraysk 7786c919ad Improve reg usage in compress() [16]uint32 to vars 2020-01-12 18:59:44 +00:00
renthraysk 855147f461 g() takes and returns state values, inlines. 2020-01-12 18:20:37 +00:00
renthraysk c931fb704d Switch to named return value for compress() saves copying. 2020-01-12 14:55:44 +00:00
renthraysk c649c5ac94 Eliminate the need for permute() by generating code for each round 2020-01-12 14:47:47 +00:00
lukechampine 2343930773 switch to sparse stack 2020-01-11 21:54:56 -05:00
lukechampine 70299b9d3b reorder some functions and get 100% coverage 2020-01-11 21:45:09 -05:00
lukechampine 633f7e15c1 only pad block when necessary 2020-01-11 20:58:07 -05:00
lukechampine 6ff1174970 flesh out some docstrings/comments 2020-01-11 20:20:01 -05:00
lukechampine 72d3c39081 make Sum functions zero-alloc 2020-01-10 17:17:39 -05:00
lukechampine 204828b0de chunkLen -> chunkSize 2020-01-10 16:37:28 -05:00
lukechampine 37e4314bf1 more compact addChunkChainingValue 2020-01-10 16:35:20 -05:00
lukechampine 4c13e3a25c blockLen -> blockSize 2020-01-10 16:01:33 -05:00
lukechampine 4833fabd0e fix SeekEnd behavior 2020-01-10 15:07:07 -05:00
renthraysk 07853371e5 Split g() into 2 inlines funcs.
Eliminates calls & BC in round
2020-01-10 12:55:58 -05:00
lukechampine fd30fee094 implement Seek 2020-01-10 12:43:02 -05:00
lukechampine 3d75f823bd new API for derive_key 2020-01-10 00:55:25 -05:00
lukechampine bc09571efd minor performance improvements 2020-01-09 23:02:28 -05:00
lukechampine 51ea9b114e rename output -> node, and more style changes 2020-01-09 22:46:24 -05:00
lukechampine 83947f416f unexport constants and refactor to idiomatic Go 2020-01-09 17:58:48 -05:00
lukechampine 2ca7badf67 implement XOF 2020-01-09 16:25:24 -05:00
lukechampine 062bad69bc set correct block size 2020-01-09 15:39:50 -05:00
lukechampine bd08550d6e add derive key mode 2020-01-09 15:38:44 -05:00
lukechampine 0a863bb651 initial commit 2020-01-09 15:10:01 -05:00