1.1.10 • Published 4 years ago

@modular/smcc-core v1.1.10

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Modular Core

Modular cryptography Core

GitHub issues GitHub license GitHub tag GitHub release

Site | Docs | Contributing | Security | Modular | Modulo

The Secure Modular Communications Cryptography Core (smcc-core) package is a core component of Modular. It performs the cryptographic operations that are critical to secure modular networking.

Modular is a an open-source standard for decentralized social communication. It aims to solve the issues of censorship, deplatforming, intrusive adveritsing, poor user privacy that are prevalent on centralized social media platforms. Users on a Modular Network can communicate with eachother across the world without any centralized point of failure.

Download

GitHub

Download Latest Release

CDN

JSDelivr Page

<script src="https://cdn.jsdelivr.net/npm/@modular/smcc-core/smcc-core.min.js"></script>

Installation

In a browser:

<script src="smcc-core.min.js"></script>

Using npm:

npm i --save @modular/smcc-core

In Node.js:

const { ModularTrustRoot, ModularSource, ModularVerifier } = require('@modular/smcc-core');
1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago