Skip to content

Commit

Permalink
Correct Operations formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lucas6 committed May 12, 2024
1 parent aebec5f commit d02e060
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ This is the working area for the individual Internet-Draft, "Balloon Hashing".

## Known Implementations

- C#: [samuel-lucas6/Balloon.NET](https://github.com/samuel-lucas6/Balloon.NET)
- Rust: [RustCrypto/balloon-hash](https://github.com/RustCrypto/password-hashes/tree/master/balloon-hash)
- Python: [nachonavarro/balloon-hashing](https://github.com/nachonavarro/balloon-hashing)
- Go: [unkaktus/balloon](https://github.com/unkaktus/balloon)
- Dart: [elliotwutingfeng/balloon_hashing](https://github.com/elliotwutingfeng/balloon_hashing)
- Julia: [elliotwutingfeng/BalloonHashing.jl](https://github.com/elliotwutingfeng/BalloonHashing.jl)
- Kotlin: [elliotwutingfeng/balloon-hashing-kotlin](https://github.com/elliotwutingfeng/balloon-hashing-kotlin)
- Ruby: [elliotwutingfeng/balloon-hashing](https://github.com/elliotwutingfeng/balloon-hashing)
| Language | Name |
| -------- | ----------------------------------------------------------------------------------------------------- |
| C# | [samuel-lucas6/Balloon.NET](https://github.com/samuel-lucas6/Balloon.NET) |
| Rust | [RustCrypto/balloon-hash](https://github.com/RustCrypto/password-hashes/tree/master/balloon-hash) |
| Python | [nachonavarro/balloon-hashing](https://github.com/nachonavarro/balloon-hashing) |
| Go | [unkaktus/balloon](https://github.com/unkaktus/balloon) |
| Dart | [elliotwutingfeng/balloon_hashing](https://github.com/elliotwutingfeng/balloon_hashing) |
| Julia | [elliotwutingfeng/BalloonHashing.jl](https://github.com/elliotwutingfeng/BalloonHashing.jl) |
| Kotlin | [elliotwutingfeng/balloon-hashing-kotlin](https://github.com/elliotwutingfeng/balloon-hashing-kotlin) |
| Ruby | [elliotwutingfeng/balloon-hashing](https://github.com/elliotwutingfeng/balloon-hashing) |

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion draft-lucas-balloon-hashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Operations:
- `a ^ b`: the bitwise XOR of `a` and `b`.
- `a % b`: the remainder when dividing `a` by `b`.
- `a || b`: the concatenation of `a` and `b`.
- `a[i]`: index 'i' of byte array/list 'a'.
- `a[i]`: index `i` of byte array/list `a`.
- `a.Length`: the length of `a` in bytes.
- `a.Slice(i, l)`: the copy of `l` bytes from byte array `a`, starting at index `i`.
- `List(i, l)`: the creation of a new list containing `i` byte arrays, each with length `l`.
Expand Down

0 comments on commit d02e060

Please sign in to comment.