CCF
Loading...
Searching...
No Matches
include
ccf
js
extensions
ccf
crypto.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the Apache 2.0 License.
3
#pragma once
4
5
#include "
ccf/js/extensions/extension_interface.h
"
6
7
namespace
ccf::js::extensions
8
{
44
class
CryptoExtension
:
public
ExtensionInterface
45
{
46
public
:
47
CryptoExtension
() {}
48
49
void
install
(
js::core::Context
& ctx)
override
;
50
};
51
}
ccf::js::core::Context
Definition
context.h:46
ccf::js::extensions::CryptoExtension
Definition
crypto.h:45
ccf::js::extensions::CryptoExtension::install
void install(js::core::Context &ctx) override
Definition
crypto.cpp:1119
ccf::js::extensions::CryptoExtension::CryptoExtension
CryptoExtension()
Definition
crypto.h:47
ccf::js::extensions::ExtensionInterface
Definition
extension_interface.h:16
extension_interface.h
ccf::js::extensions
Definition
consensus.h:9
Generated by
1.9.8