MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / i2dPrivateKey

Function i2dPrivateKey

plugins/wasi_crypto/utils/evp_wrapper.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99WasiCryptoExpect<SecretVec> i2dPrivateKey(EVP_PKEY *Key) {
100 return writeKeyToBio<SecretVec>(Key, i2d_PrivateKey_bio);
101}
102
103ECDSA_SIG *d2iEcdsaSig(Span<const uint8_t> Encoded) {
104 if (Encoded.size() > static_cast<size_t>(std::numeric_limits<long>::max())) {

Callers 2

exportPkcs8Method · 0.85
exportPkcs8Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected