Skip to content

Commit 14a15a2

Browse files
author
ID Bot
committed
Script updating archive at 2024-02-25T01:14:17Z. [ci skip]
1 parent 4c97c09 commit 14a15a2

File tree

1 file changed

+49
-4
lines changed

1 file changed

+49
-4
lines changed

archive.json

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"magic": "E!vIA5L86J2I",
3-
"timestamp": "2024-02-22T01:09:51.524230+00:00",
3+
"timestamp": "2024-02-25T01:14:15.763104+00:00",
44
"repo": "samuel-lucas6/draft-lucas-balloon-hashing",
55
"labels": [
66
{
@@ -206,9 +206,17 @@
206206
"labels": [],
207207
"body": "`spaceCost` can be required to be a power of two.",
208208
"createdAt": "2024-01-20T16:41:51Z",
209-
"updatedAt": "2024-01-20T16:41:51Z",
209+
"updatedAt": "2024-02-23T18:40:56Z",
210210
"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+
]
212220
},
213221
{
214222
"number": 10,
@@ -227,5 +235,42 @@
227235
"comments": []
228236
}
229237
],
230-
"pulls": []
238+
"pulls": [
239+
{
240+
"number": 11,
241+
"id": "PR_kwDOK_bi8M5nra-D",
242+
"title": "Add implementations for Dart, Julia, Kotlin, Ruby",
243+
"url": "https://github.com/samuel-lucas6/draft-lucas-balloon-hashing/pull/11",
244+
"state": "MERGED",
245+
"author": "elliotwutingfeng",
246+
"authorAssociation": "CONTRIBUTOR",
247+
"assignees": [],
248+
"labels": [],
249+
"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.",
250+
"createdAt": "2024-02-22T18:11:59Z",
251+
"updatedAt": "2024-02-23T18:41:17Z",
252+
"baseRepository": "samuel-lucas6/draft-lucas-balloon-hashing",
253+
"baseRefName": "main",
254+
"baseRefOid": "de520e78f3fb57cbbbb5b150d9a5d39227c74f21",
255+
"headRepository": "elliotwutingfeng/draft-lucas-balloon-hashing",
256+
"headRefName": "patch-1",
257+
"headRefOid": "2b8021f9f66ad95136376375d3ff6b11c3aaf59c",
258+
"closedAt": "2024-02-23T18:33:58Z",
259+
"mergedAt": "2024-02-23T18:33:58Z",
260+
"mergedBy": "samuel-lucas6",
261+
"mergeCommit": {
262+
"oid": "aebec5f69d1fc31108afa098a5152143d2bab61b"
263+
},
264+
"comments": [
265+
{
266+
"author": "samuel-lucas6",
267+
"authorAssociation": "OWNER",
268+
"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.",
269+
"createdAt": "2024-02-23T18:33:27Z",
270+
"updatedAt": "2024-02-23T18:33:27Z"
271+
}
272+
],
273+
"reviews": []
274+
}
275+
]
231276
}

0 commit comments

Comments
 (0)