{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":36064393,"defaultBranch":"master","name":"scrypt","ownerLogin":"Tarsnap","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-05-22T09:36:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12490383?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715282814.0","currentOid":""},"activityList":{"items":[{"before":"e584f2c72726c48e67a3845ef98b1952d408b6e8","after":"329439f361fb9cd446c728aeefda70cd5cb3f852","ref":"refs/heads/coverity-scan","pushedAt":"2024-05-20T17:27:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"apisupport: add & use LIBCRYPTO-LOW_LEVEL_AES","shortMessageHtmlLink":"apisupport: add & use LIBCRYPTO-LOW_LEVEL_AES"}},{"before":"e9210dbd0a6d9981bc60fd50994c89f9f5382bb4","after":null,"ref":"refs/heads/apisupport-low-level-aes","pushedAt":"2024-05-09T19:26:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"}},{"before":"c7c683eb0a6ce448352aea518b0368ead0865baf","after":null,"ref":"refs/heads/increase-possible-p","pushedAt":"2024-05-09T19:26:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"}},{"before":"deb547d156b1a15225cac5196a1b71408a761353","after":"329439f361fb9cd446c728aeefda70cd5cb3f852","ref":"refs/heads/master","pushedAt":"2024-05-09T05:34:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cperciva","name":"Colin Percival","path":"/cperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5085436?s=80&v=4"},"commit":{"message":"apisupport: add & use LIBCRYPTO-LOW_LEVEL_AES","shortMessageHtmlLink":"apisupport: add & use LIBCRYPTO-LOW_LEVEL_AES"}},{"before":"e584f2c72726c48e67a3845ef98b1952d408b6e8","after":"deb547d156b1a15225cac5196a1b71408a761353","ref":"refs/heads/master","pushedAt":"2024-05-09T05:33:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cperciva","name":"Colin Percival","path":"/cperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5085436?s=80&v=4"},"commit":{"message":"Increase maximum value of the p cmdline parameter\n\nThe upper limit of the value of the `-p` cmdline parameter is 32, which\nis relatively low. Currently, hashing with logN=20, r=8 and p=32 takes\naround 90s on my slow CPU (Intel i3-7020U).\n\nThis is in contrast to the `--logN` parameter, which can be set up to 40,\nwhich corresponds to 1TB of RAM. Additionally, the program will\nautomatically pick high values of `p` when given high values of the\n`-t` (maxtime) parameter.\n\nSo allow specifying higher values of the `p` parameter in cmdline.\n\nSigned-off-by: Mateusz Jończyk ","shortMessageHtmlLink":"Increase maximum value of the p cmdline parameter"}},{"before":null,"after":"e9210dbd0a6d9981bc60fd50994c89f9f5382bb4","ref":"refs/heads/apisupport-low-level-aes","pushedAt":"2024-04-08T18:58:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"apisupport: add & use LIBCRYPTO-LOW_LEVEL_AES","shortMessageHtmlLink":"apisupport: add & use LIBCRYPTO-LOW_LEVEL_AES"}},{"before":"b1b329a6c4544f0feefeed959edca3dd1056cecd","after":"e584f2c72726c48e67a3845ef98b1952d408b6e8","ref":"refs/heads/coverity-scan","pushedAt":"2024-04-08T03:54:52.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"Merge pull request #384 from Tarsnap/apisupport\n\nImport and use apisupport","shortMessageHtmlLink":"Merge pull request #384 from Tarsnap/apisupport"}},{"before":"85f6498503ea036eb279746f492d28e28b753586","after":null,"ref":"refs/heads/printf-d","pushedAt":"2024-04-07T18:17:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"}},{"before":"c7c683eb0a6ce448352aea518b0368ead0865baf","after":null,"ref":"refs/heads/matjon-master","pushedAt":"2024-04-07T18:17:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"}},{"before":null,"after":"c7c683eb0a6ce448352aea518b0368ead0865baf","ref":"refs/heads/increase-possible-p","pushedAt":"2024-04-07T18:15:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"Increase maximum value of the p cmdline parameter\n\nThe upper limit of the value of the `-p` cmdline parameter is 32, which\nis relatively low. Currently, hashing with logN=20, r=8 and p=32 takes\naround 90s on my slow CPU (Intel i3-7020U).\n\nThis is in contrast to the `--logN` parameter, which can be set up to 40,\nwhich corresponds to 1TB of RAM. Additionally, the program will\nautomatically pick high values of `p` when given high values of the\n`-t` (maxtime) parameter.\n\nSo allow specifying higher values of the `p` parameter in cmdline.\n\nSigned-off-by: Mateusz Jończyk ","shortMessageHtmlLink":"Increase maximum value of the p cmdline parameter"}},{"before":null,"after":"c7c683eb0a6ce448352aea518b0368ead0865baf","ref":"refs/heads/matjon-master","pushedAt":"2024-04-07T18:14:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"Increase maximum value of the p cmdline parameter\n\nThe upper limit of the value of the `-p` cmdline parameter is 32, which\nis relatively low. Currently, hashing with logN=20, r=8 and p=32 takes\naround 90s on my slow CPU (Intel i3-7020U).\n\nThis is in contrast to the `--logN` parameter, which can be set up to 40,\nwhich corresponds to 1TB of RAM. Additionally, the program will\nautomatically pick high values of `p` when given high values of the\n`-t` (maxtime) parameter.\n\nSo allow specifying higher values of the `p` parameter in cmdline.\n\nSigned-off-by: Mateusz Jończyk ","shortMessageHtmlLink":"Increase maximum value of the p cmdline parameter"}},{"before":"e2d35cc2ea41bbbb68683b507360e25c9ed3cefa","after":null,"ref":"refs/heads/libcperciva-import","pushedAt":"2024-04-07T18:13:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"}},{"before":"334db8ef0155f69fc063289e3a308ece52469bca","after":null,"ref":"refs/heads/apisupport","pushedAt":"2024-04-07T18:13:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"}},{"before":"c3a97fc2c924409ea408dbe8eb9079f3332b1747","after":"e584f2c72726c48e67a3845ef98b1952d408b6e8","ref":"refs/heads/master","pushedAt":"2024-04-07T03:39:43.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"cperciva","name":"Colin Percival","path":"/cperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5085436?s=80&v=4"},"commit":{"message":"Merge pull request #384 from Tarsnap/apisupport\n\nImport and use apisupport","shortMessageHtmlLink":"Merge pull request #384 from Tarsnap/apisupport"}},{"before":"d503204e6bcd8be6f6c16752c2a53639c2426612","after":"c3a97fc2c924409ea408dbe8eb9079f3332b1747","ref":"refs/heads/master","pushedAt":"2024-04-06T19:43:06.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"cperciva","name":"Colin Percival","path":"/cperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5085436?s=80&v=4"},"commit":{"message":"Merge pull request #382 from Tarsnap/libcperciva-import\n\nLibcperciva import","shortMessageHtmlLink":"Merge pull request #382 from Tarsnap/libcperciva-import"}},{"before":"fd954682350290fb2839b351cfeede84d383aa3c","after":"334db8ef0155f69fc063289e3a308ece52469bca","ref":"refs/heads/apisupport","pushedAt":"2024-04-04T18:26:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"add apisupport-NONPOSIX-MEMLIMIT","shortMessageHtmlLink":"add apisupport-NONPOSIX-MEMLIMIT"}},{"before":"f06f7c2625bbf20781e8cb6b8f301e1dddb00741","after":null,"ref":"refs/heads/actions","pushedAt":"2024-04-04T18:25:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"}},{"before":"6ed7a87a8f3afe84c967db297fa313882751c88e","after":"f06f7c2625bbf20781e8cb6b8f301e1dddb00741","ref":"refs/heads/actions","pushedAt":"2024-04-04T18:21:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"huh?","shortMessageHtmlLink":"huh?"}},{"before":null,"after":"6ed7a87a8f3afe84c967db297fa313882751c88e","ref":"refs/heads/actions","pushedAt":"2024-04-04T18:18:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"TEST ONLY","shortMessageHtmlLink":"TEST ONLY"}},{"before":null,"after":"fd954682350290fb2839b351cfeede84d383aa3c","ref":"refs/heads/apisupport","pushedAt":"2024-04-04T18:11:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"add apisupport-NONPOSIX-MEMLIMIT","shortMessageHtmlLink":"add apisupport-NONPOSIX-MEMLIMIT"}},{"before":null,"after":"e2d35cc2ea41bbbb68683b507360e25c9ed3cefa","ref":"refs/heads/libcperciva-import","pushedAt":"2024-02-24T23:45:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"tests: add timeout to wait_while()","shortMessageHtmlLink":"tests: add timeout to wait_while()"}},{"before":"b1b329a6c4544f0feefeed959edca3dd1056cecd","after":"d503204e6bcd8be6f6c16752c2a53639c2426612","ref":"refs/heads/master","pushedAt":"2024-02-18T07:22:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cperciva","name":"Colin Percival","path":"/cperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5085436?s=80&v=4"},"commit":{"message":"In printf, use %d instead of %i","shortMessageHtmlLink":"In printf, use %d instead of %i"}},{"before":null,"after":"85f6498503ea036eb279746f492d28e28b753586","ref":"refs/heads/printf-d","pushedAt":"2024-01-28T00:01:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"In printf, use %d instead of %i","shortMessageHtmlLink":"In printf, use %d instead of %i"}},{"before":"aa22f2c68c03217c1ca67c966becafe64309598a","after":"b1b329a6c4544f0feefeed959edca3dd1056cecd","ref":"refs/heads/coverity-scan","pushedAt":"2024-01-14T17:56:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"Style and grammar fixes\n\n- two spaces after a period\n- wrong word","shortMessageHtmlLink":"Style and grammar fixes"}},{"before":"c737a64c609b0490e75d470bdca532a892459fbd","after":null,"ref":"refs/heads/misc","pushedAt":"2024-01-12T22:01:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"}},{"before":"aa22f2c68c03217c1ca67c966becafe64309598a","after":"b1b329a6c4544f0feefeed959edca3dd1056cecd","ref":"refs/heads/master","pushedAt":"2024-01-12T21:34:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cperciva","name":"Colin Percival","path":"/cperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5085436?s=80&v=4"},"commit":{"message":"Style and grammar fixes\n\n- two spaces after a period\n- wrong word","shortMessageHtmlLink":"Style and grammar fixes"}},{"before":"cb6b3b89f5f3ee6218d28678d05cc9ee81406c28","after":"c737a64c609b0490e75d470bdca532a892459fbd","ref":"refs/heads/misc","pushedAt":"2024-01-01T23:41:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"Style and grammar fixes\n\n- two spaces after a period\n- wrong word","shortMessageHtmlLink":"Style and grammar fixes"}},{"before":"3d751912b2a3c78d16ec844ab05721b3ba68cbcd","after":"aa22f2c68c03217c1ca67c966becafe64309598a","ref":"refs/heads/coverity-scan","pushedAt":"2023-11-30T21:19:31.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"build: add checks for openssl dir via brew on macOS","shortMessageHtmlLink":"build: add checks for openssl dir via brew on macOS"}},{"before":"f5f608b7b2339499197819503c892e46939f1fea","after":null,"ref":"refs/heads/build-darwin","pushedAt":"2023-11-30T21:19:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"}},{"before":null,"after":"cb6b3b89f5f3ee6218d28678d05cc9ee81406c28","ref":"refs/heads/misc","pushedAt":"2023-11-30T21:18:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gperciva","name":"Graham Percival","path":"/gperciva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/222157?s=80&v=4"},"commit":{"message":"Style and grammar fixes\n\n- two spaces after a period\n- wrong word","shortMessageHtmlLink":"Style and grammar fixes"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETwixkAA","startCursor":null,"endCursor":null}},"title":"Activity · Tarsnap/scrypt"}