In addition to base64(sha256(spki)). As part of that, change KeyDigest to return [32]byte, and add KeyDigestB64 which provides the base64-encoded output that KeyDigest used to provide. Also update all call sites. |
||
|---|---|---|
| .. | ||
| test | ||
| main.go | ||
| main_test.go | ||
In addition to base64(sha256(spki)). As part of that, change KeyDigest to return [32]byte, and add KeyDigestB64 which provides the base64-encoded output that KeyDigest used to provide. Also update all call sites. |
||
|---|---|---|
| .. | ||
| test | ||
| main.go | ||
| main_test.go | ||