Skip to content

Commit

Permalink
Script updating archive at 2023-11-30T00:09:44Z. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Nov 30, 2023
1 parent 9cf7334 commit edcb38b
Showing 1 changed file with 93 additions and 1 deletion.
94 changes: 93 additions & 1 deletion archive.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"magic": "E!vIA5L86J2I",
"timestamp": "2023-11-28T00:09:18.171921+00:00",
"timestamp": "2023-11-30T00:09:12.695397+00:00",
"repo": "decentralized-identity/bbs-signature",
"labels": [
{
Expand Down Expand Up @@ -34967,6 +34967,98 @@
"comments": []
}
]
},
{
"number": 298,
"id": "PR_kwDOF8lax85gkn1i",
"title": "Various editorial updates",
"url": "https://github.com/decentralized-identity/bbs-signature/pull/298",
"state": "OPEN",
"author": "BasileiosKal",
"authorAssociation": "CONTRIBUTOR",
"assignees": [],
"labels": [],
"body": "Couple of editorial updates\r\n- Updated abstract and some security considerations\r\n- Added academic works overview\r\n- Added header and presentation header usage section\r\n- Added section on post-quantum security",
"createdAt": "2023-11-28T15:58:29Z",
"updatedAt": "2023-11-28T15:58:29Z",
"baseRepository": "decentralized-identity/bbs-signature",
"baseRefName": "main",
"baseRefOid": "3f5e64f62eb75ef2f094b712a3b6d5042c11b8ba",
"headRepository": "decentralized-identity/bbs-signature",
"headRefName": "vasilis/editorial-changes",
"headRefOid": "909fdb490fd19039a131873b28d0bc401745cb99",
"closedAt": null,
"mergedAt": null,
"mergedBy": null,
"mergeCommit": null,
"comments": [],
"reviews": []
},
{
"number": 299,
"id": "PR_kwDOF8lax85guEYb",
"title": "Update point to octets notation",
"url": "https://github.com/decentralized-identity/bbs-signature/pull/299",
"state": "OPEN",
"author": "BasileiosKal",
"authorAssociation": "CONTRIBUTOR",
"assignees": [],
"labels": [],
"body": "The [point to octets we used](https://www.ietf.org/archive/id/draft-irtf-cfrg-pairing-friendly-curves-11.html#name-zcash-serialization-format-) returns points to the curve but not in G1 necessarily.\r\n\r\n- Updated notation from `point_to_octets_g1 -> point_to_octets_E1` etc..\r\n- Added `subgroup_check_G*` where necessary. ",
"createdAt": "2023-11-29T22:22:45Z",
"updatedAt": "2023-11-29T22:22:45Z",
"baseRepository": "decentralized-identity/bbs-signature",
"baseRefName": "main",
"baseRefOid": "3f5e64f62eb75ef2f094b712a3b6d5042c11b8ba",
"headRepository": "decentralized-identity/bbs-signature",
"headRefName": "vasilis/point-encode",
"headRefOid": "7df589d332ee08cec5bb89334d1507829bbfe911",
"closedAt": null,
"mergedAt": null,
"mergedBy": null,
"mergeCommit": null,
"comments": [],
"reviews": []
},
{
"number": 300,
"id": "PR_kwDOF8lax85guNBp",
"title": "Specify correct key_dst for fixtures",
"url": "https://github.com/decentralized-identity/bbs-signature/pull/300",
"state": "OPEN",
"author": "BasileiosKal",
"authorAssociation": "CONTRIBUTOR",
"assignees": [],
"labels": [],
"body": "Fixtures do not use the default `key_dst` defined by [KeyGen](https://identity.foundation/bbs-signature/draft-irtf-cfrg-bbs-signatures.html#name-secret-key).",
"createdAt": "2023-11-29T22:48:03Z",
"updatedAt": "2023-11-29T23:51:52Z",
"baseRepository": "decentralized-identity/bbs-signature",
"baseRefName": "main",
"baseRefOid": "3f5e64f62eb75ef2f094b712a3b6d5042c11b8ba",
"headRepository": "decentralized-identity/bbs-signature",
"headRefName": "vasilis/fix-keygen-fixtures",
"headRefOid": "8a9a63fe379c98f8264f86f49bd3de31f94d6376",
"closedAt": null,
"mergedAt": null,
"mergedBy": null,
"mergeCommit": null,
"comments": [],
"reviews": [
{
"id": "PRR_kwDOF8lax85osLfy",
"commit": {
"abbreviatedOid": "8a9a63f"
},
"author": "OR13",
"authorAssociation": "CONTRIBUTOR",
"state": "APPROVED",
"body": "",
"createdAt": "2023-11-29T23:51:52Z",
"updatedAt": "2023-11-29T23:51:52Z",
"comments": []
}
]
}
]
}

0 comments on commit edcb38b

Please sign in to comment.