fabric-chaincode-wasm icon indicating copy to clipboard operation
fabric-chaincode-wasm copied to clipboard

Add entities extension

Open kleash opened this issue 5 years ago • 0 comments

Add entities extension which is a BCCSP wrapper with commodity factories and functions to perform cryptographic operations such as encryption and elliptic curve digital signatures.

Links: https://github.com/hyperledger/fabric/blob/3bae50c872e9f6a4539cf5524039511fb68b289a/core/chaincode/shim/ext/entities/entities.go#L58 https://github.com/hyperledger/fabric/tree/release-1.4/examples/chaincode/go/enccc_example

kleash avatar Jan 01 '20 15:01 kleash