Thanks to visit codestin.com Credit goes to github.com
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 8f7ed40 commit ed0f569Copy full SHA for ed0f569
src/node_crypto.h
@@ -420,7 +420,7 @@ class KeyObjectData {
420
KeyType GetKeyType() const;
421
422
// These functions allow unprotected access to the raw key material and should
423
- // only be used to implement cryptograohic operations requiring the key.
+ // only be used to implement cryptographic operations requiring the key.
424
ManagedEVPPKey GetAsymmetricKey() const;
425
const char* GetSymmetricKey() const;
426
size_t GetSymmetricKeySize() const;
0 commit comments