We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0f9ca commit 784f320Copy full SHA for 784f320
core/crypto/siphash/siphash.odin
@@ -10,19 +10,19 @@ See:
10
package siphash
11
12
/*
13
- Copyright 2022 zhibog
14
- Made available under Odin's license.
+ Copyright 2022 zhibog
+ Made available under Odin's license.
15
16
- List of contributors:
17
- zhibog: Initial implementation.
+ List of contributors:
+ zhibog: Initial implementation.
18
*/
19
20
import "core:crypto"
21
import "core:encoding/endian"
22
import "core:math/bits"
23
24
25
- High level API
+ High level API
26
27
28
KEY_SIZE :: 16
@@ -215,7 +215,7 @@ verify_4_8 :: proc {
215
}
216
217
218
- Low level API
+ Low level API
219
220
221
init :: proc(ctx: ^Context, key: []byte, c_rounds, d_rounds: int) {
0 commit comments