{
    "Function": "_getSecureKey",
    "File": "packages/protocol/contracts/thirdparty/optimism/trie/SecureMerkleTrie.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "keccak256(bytes)",
        "abi.encodePacked()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _getSecureKey(bytes memory _key) private pure returns (bytes memory hash_) {\n        hash_ = abi.encodePacked(keccak256(_key));\n    }"
}