func golang.org/x/crypto/openpgp/packet.writeMPI
4 uses
golang.org/x/crypto/openpgp/packet (current package)
encrypted_key.go#L182: return writeMPI(w, 8*uint16(len(cipherText)), cipherText)
packet.go#L547: func writeMPI(w io.Writer, bitLength uint16, mpiBytes []byte) (err error) {
packet.go#L560: return writeMPI(w, uint16(i.BitLen()), i.Bytes())
public_key.go#L732: err = writeMPI(w, mpi.bitLength, mpi.bytes)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |