Giter Site home page Giter Site logo

encrypting-kotlin's Introduction

Sublab logo

Maven Central Kotlin Telegram channel GitHub License

Sublab's Encrypting Kotlin library

This is a Kotlin repository which has different Encrypting algorithms such as ecdsa, ed25519, and sr25519, that are currently supported by Substrate ecosystem to sign extrinsics.

We don't expect yet to implement more of the algorithms unless some Substrate network develops an app which introduces new algorithm.

But currently we're borrowing implementation of some algorithms from alien libraries, which are writen in Java. So we're aiming to rewrite them to Kotlin. But this should be done in a separate repository.

This repository collects all these algorithms to proxy them with common interface for easier usage in other Sublab's repositories.

In addition to algorithms, this repository solves key pair generation routine using those algorithms. However, even though there are a few convenient functions to cover as much as possible cases, some might be missing.

Sublab

At Sublab we're making mobile-first libraries for developers in Substrate ecosystem. However, we seek our libraries to be available not only for mobile Apple OS or Android OS, but compatible with any Swift/Kotlin environment: web servers, desktop apps, and whatnot.

Our mission is to to develop fully native open-source libraries for mobile platforms in Polkadot and Kusama ecosystems, covering everything with reliable unit-tests and providing rich documentation to the developers community.

Our goal is to have more developers to come into the world of development of client applications in Substrate ecosystem, as we find this as most promising and intelligent blockchain project we ever seen. Thus, we as mobile development gurus trying to create enormously professional libraries which might be very complicated under the hood, but very simple and convenient for final developers.

Installation

This library is available at Maven Central. Feel free to copy and paste code blocks below to integrate it to your application.

build.gradle

repositories {
    mavenCentral()
}

Maven

<dependency>
    <groupId>dev.sublab</groupId>
    <artifactId>encrypting-kotlin</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle

implementation 'dev.sublab:encrypting-kotlin:1.0.0'

Documentation

Contributing

Please look into our contribution guide and code of conduct prior to contributing.

Contacts

encrypting-kotlin's People

Contributors

posplaw avatar tigranisk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

silencionetwork

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.