Skip to content

ChiaChat/jblst

Repository files navigation

jblst

Java wrapper around Blst BLS native library from Supranational https://github.com/supranational/blst

Dependency

<dependency>
  <groupId>tech.pegasys</groupId>
  <artifactId>jblst</artifactId>
  <version>0.2.0-RELEASE</version>
  <type>pom</type>
</dependency>

Minimal sample

// Load native library for current platform
JBlst.loadNativeLibrary();
    
// Generating new private key
scalar sk = new scalar();
blst.keygen(sk, new byte[] {11}, null);

Supported platforms

  • x86-64
    • Windows
    • Linux
    • MacOS
  • ARMv8
    • Linux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •