You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"body": "`spaceCost` can be required to be a power of two.",
208
208
"createdAt": "2024-01-20T16:41:51Z",
209
-
"updatedAt": "2024-01-20T16:41:51Z",
209
+
"updatedAt": "2024-02-23T18:40:56Z",
210
210
"closedAt": null,
211
-
"comments": []
211
+
"comments": [
212
+
{
213
+
"author": "samuel-lucas6",
214
+
"authorAssociation": "OWNER",
215
+
"body": "Another approach would be using UInt128 and doing NIST's [Simple Modular Method](https://crypto.stackexchange.com/a/50569). However, that goes against #1 unless UInt64 is replaced with UInt128 everywhere.",
216
+
"createdAt": "2024-02-23T18:40:55Z",
217
+
"updatedAt": "2024-02-23T18:40:55Z"
218
+
}
219
+
]
212
220
},
213
221
{
214
222
"number": 10,
@@ -227,5 +235,42 @@
227
235
"comments": []
228
236
}
229
237
],
230
-
"pulls": []
238
+
"pulls": [
239
+
{
240
+
"number": 11,
241
+
"id": "PR_kwDOK_bi8M5nra-D",
242
+
"title": "Add implementations for Dart, Julia, Kotlin, Ruby",
"body": "I've implemented Balloon in Dart, Julia, Kotlin, and Ruby. Mostly as programming exercises to familiarise myself with said languages. They are all direct ports of [nachonavarro/balloon-hashing](https://github.com/nachonavarro/balloon-hashing). Feel free to include them in the README.",
"body": "Awesome, sorry I missed them.\r\n\r\nPlease keep an eye on this repository because there will eventually be breaking changes to the algorithm.",
0 commit comments