This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Total: 188.96s 448.51s (flat, cum) 33.99% | |
98 . . r.data = size.Get() | |
99 . . r.cum = 0 | |
100 . . return nil | |
101 . . } | |
102 . . | |
103 19.10s 19.25s func (r *Reader) Read(buf []byte) (n int, err error) { | |
104 39s 39.31s defer r.state.check(&err) | |
105 10.72s 10.73s switch r.state.state { | |
106 2.45s 2.45s case readState: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": [ | |
"https://www.w3.org/ns/did/v1", | |
"https://w3id.org/security/multikey/v1", | |
"https://w3id.org/security/suites/secp256k1-2019/v1" | |
], | |
"id": "did:web:lizthegrey.com", | |
"alsoKnownAs": [ | |
"at://web.lizthegrey.com", | |
"did:plc:i4tfenpfog244rxry5uz4vtk" |
OlderNewer