Skip to content

Commit d02e060

Browse files
committed
Correct Operations formatting.
1 parent aebec5f commit d02e060

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ This is the working area for the individual Internet-Draft, "Balloon Hashing".
99

1010
## Known Implementations
1111

12-
- C#: [samuel-lucas6/Balloon.NET](https://github.com/samuel-lucas6/Balloon.NET)
13-
- Rust: [RustCrypto/balloon-hash](https://github.com/RustCrypto/password-hashes/tree/master/balloon-hash)
14-
- Python: [nachonavarro/balloon-hashing](https://github.com/nachonavarro/balloon-hashing)
15-
- Go: [unkaktus/balloon](https://github.com/unkaktus/balloon)
16-
- Dart: [elliotwutingfeng/balloon_hashing](https://github.com/elliotwutingfeng/balloon_hashing)
17-
- Julia: [elliotwutingfeng/BalloonHashing.jl](https://github.com/elliotwutingfeng/BalloonHashing.jl)
18-
- Kotlin: [elliotwutingfeng/balloon-hashing-kotlin](https://github.com/elliotwutingfeng/balloon-hashing-kotlin)
19-
- Ruby: [elliotwutingfeng/balloon-hashing](https://github.com/elliotwutingfeng/balloon-hashing)
12+
| Language | Name |
13+
| -------- | ----------------------------------------------------------------------------------------------------- |
14+
| C# | [samuel-lucas6/Balloon.NET](https://github.com/samuel-lucas6/Balloon.NET) |
15+
| Rust | [RustCrypto/balloon-hash](https://github.com/RustCrypto/password-hashes/tree/master/balloon-hash) |
16+
| Python | [nachonavarro/balloon-hashing](https://github.com/nachonavarro/balloon-hashing) |
17+
| Go | [unkaktus/balloon](https://github.com/unkaktus/balloon) |
18+
| Dart | [elliotwutingfeng/balloon_hashing](https://github.com/elliotwutingfeng/balloon_hashing) |
19+
| Julia | [elliotwutingfeng/BalloonHashing.jl](https://github.com/elliotwutingfeng/BalloonHashing.jl) |
20+
| Kotlin | [elliotwutingfeng/balloon-hashing-kotlin](https://github.com/elliotwutingfeng/balloon-hashing-kotlin) |
21+
| Ruby | [elliotwutingfeng/balloon-hashing](https://github.com/elliotwutingfeng/balloon-hashing) |
2022

2123
## Contributing
2224

draft-lucas-balloon-hashing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Operations:
249249
- `a ^ b`: the bitwise XOR of `a` and `b`.
250250
- `a % b`: the remainder when dividing `a` by `b`.
251251
- `a || b`: the concatenation of `a` and `b`.
252-
- `a[i]`: index 'i' of byte array/list 'a'.
252+
- `a[i]`: index `i` of byte array/list `a`.
253253
- `a.Length`: the length of `a` in bytes.
254254
- `a.Slice(i, l)`: the copy of `l` bytes from byte array `a`, starting at index `i`.
255255
- `List(i, l)`: the creation of a new list containing `i` byte arrays, each with length `l`.

0 commit comments

Comments
 (0)