attestation
attestation copied to clipboard
Paper and implementation of blockchain attestations
Change DevconID to String is solved on the issuer side in #118. Follow that change
As pointed out by @colourful-land in PR #105 we are currently not completely following standards in relation to use of OID when singing using Keccak in Attestations (and perhaps other...
1. data object can be instansiated by a dictionary object 2. once data object is instansiated, you can call `dataobj.serialize()` to get a DER-encoded ArrayBuffer. 3. the test cases be...
Need to implement XSLT script that can convert input ASD data module structure into a working ASN1JS data object classes. The resulted asn1js parser can be used for encoding /...
It's used in `SignedDevconTicket`.
which has getTicketHolderAddress(bytes UseDevconTicket) The contract has to be deployed with the issuer's public key. Source code of the contract goes to `src/main/solidity`. (the capacity to update such key can...
This issue affects everybody except Nick so I added all developers to the Assignees (except Nick) Latest estimation from Tore on the gas consumption of elliptic math: > version without...
I found that a devcon ticket is 92 bytes and a signedDevconTicket is as big as 396 bytes, which will bloat the bockchain. I'm thinking if there are ways to...
Previous @darakhbharat commented: > One more observation is When I uploaded/tested - build/test-results/signed-devcon-ticket.der on https://lapo.it/asn1js/ the result is not matching 100%, see the riddle value is different and also there...