Orie Steele

Results 341 issues of Orie Steele

https://github.com/transmute-industries/transmute-framework/pull/76#discussion_r130740286 This will be a breaking change, but its probably wise given the security concerns around TxOrigin.

Some proof types have 2 representations, a. "root" or "full disclosure" format... and a "derived" or "selective disclosure format"... BBS+ is an example. While it is possible to verify both...

JPA

I took a stab at a “JWP” encoding of merkle disclosure proofs in a token format…. https://or13.github.io/jwp-mdt/#name-root-proof The main thing I noticed was some awkwardness regarding nesting JWS inside the...

Trivial claims, like these can easily be mapped to a payload array. ``` "claims": [ "iat", "exp", "family_name", "given_name", "email" ] ``` Our use cases involve complex object usually of...

JPT
PR-ready

This happens when you try to run the examples in the readme directly with `jest`. I tried creating `jest.config.js`, but it did not resolve the issue. with: ```js module.exports =...

https://iscc.codes/specification/#base58-iscc https://tools.ietf.org/id/draft-msporny-base58-01.html https://w3c.github.io/did-core/#bib-base58 most people think of "base58" as "base58btc" the one used by bitcoin.... it would be excellent to clearly communicate which version of base58 is being used.

Not sure if this is helpful or not, but GitHub DID was originally more similar to this, and has since become much more centralized (and less ambitious). I'd love to...

justification: https://github.com/w3c-ccg/security-vocab/pull/82#issuecomment-801176774

From https://github.com/search?utf8=%E2%9C%93&q=awesome-smart-contracts&type=