We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b828560 commit 090f869Copy full SHA for 090f869
src/node_crypto.h
@@ -419,7 +419,7 @@ class KeyObjectData {
419
KeyType GetKeyType() const;
420
421
// These functions allow unprotected access to the raw key material and should
422
- // only be used to implement cryptograohic operations requiring the key.
+ // only be used to implement cryptographic operations requiring the key.
423
ManagedEVPPKey GetAsymmetricKey() const;
424
const char* GetSymmetricKey() const;
425
size_t GetSymmetricKeySize() const;
0 commit comments