How to use @casual-simulation/crypto-node - 1 common examples

To help you get started, we’ve selected a few @casual-simulation/crypto-node examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github casual-simulation / aux / src / aux-vm-node / managers / NodeSimulationFactories.ts View on Github external
cfg =>
            new AuxVMNode(
                new RemoteAuxChannel(user, cfg, {
                    sandboxFactory: lib => getSandbox(lib),
                    partitionOptions: {
                        defaultHost: host,
                        store: new NullCausalTreeStore(),
                        crypto: new NodeSigningCryptoImpl(
                            'ECDSA-SHA256-NISTP256'
                        ),
                    },
                })
            )
    );

@casual-simulation/crypto-node

An implementation of the @casual-simulation/crypto package for Node.js

MIT
Latest version published 5 months ago

Package Health Score

73 / 100
Full package analysis

Popular @casual-simulation/crypto-node functions