Skip to content

Commit 784f320

Browse files
committed
Fix indentation in comments
1 parent 3e0f9ca commit 784f320

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

core/crypto/siphash/siphash.odin

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ See:
1010
package siphash
1111

1212
/*
13-
Copyright 2022 zhibog
14-
Made available under Odin's license.
13+
Copyright 2022 zhibog
14+
Made available under Odin's license.
1515
16-
List of contributors:
17-
zhibog: Initial implementation.
16+
List of contributors:
17+
zhibog: Initial implementation.
1818
*/
1919

2020
import "core:crypto"
2121
import "core:encoding/endian"
2222
import "core:math/bits"
2323

2424
/*
25-
High level API
25+
High level API
2626
*/
2727

2828
KEY_SIZE :: 16
@@ -215,7 +215,7 @@ verify_4_8 :: proc {
215215
}
216216

217217
/*
218-
Low level API
218+
Low level API
219219
*/
220220

221221
init :: proc(ctx: ^Context, key: []byte, c_rounds, d_rounds: int) {

0 commit comments

Comments
 (0)