You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@bitgo-beta/sdk-opensslbytes

Package Overview
Dependencies
Maintainers
2
Versions
752
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo-beta/sdk-opensslbytes

Split package for WASM code needed by sdk-lib-mpc

1.0.0-beta.567
Source
npmnpm
Version published
Weekly downloads
3.3K
-18.25%
Maintainers
2
Weekly downloads
 
Created
Source

@bitgo/sdk-opensslbytes

Isolated module for users of the BitGo SDK that need to generate range proofs or recover funds on a TSS wallet.

Installation

npm i @bitgo/sdk-api @bitgo/sdk-lib-mpc @bitgo/sdk-opensslbytes

Import the openSSLBytes from this module & pass to related functions that expect it:

import { loadWebAssembly } from '@bitgo/sdk-opensslbytes';
import { EcdsaRangeProof } from '@bitgo-beta/sdk-lib-mpc';

const openSSLBytes = loadWebAssembly().buffer;

const nTilde = await EcdsaRangeProof.generateNtilde(openSSLBytes, 3072);

FAQs

Package last updated on 15 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts