dlcrypto-root


License

License

Categories

Categories

Net
GroupId

GroupId

net.glorat
ArtifactId

ArtifactId

dlcrypto-root_2.11
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

dlcrypto-root
dlcrypto-root
Project URL

Project URL

https://github.com/glorat/dlcrypto
Project Organization

Project Organization

net.glorat
Source Code Management

Source Code Management

https://github.com/glorat/dlcrypto

Download dlcrypto-root_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/net.glorat/dlcrypto-root_2.11/ -->
<dependency>
    <groupId>net.glorat</groupId>
    <artifactId>dlcrypto-root_2.11</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.glorat/dlcrypto-root_2.11/
implementation 'net.glorat:dlcrypto-root_2.11:0.1'
// https://jarcasting.com/artifacts/net.glorat/dlcrypto-root_2.11/
implementation ("net.glorat:dlcrypto-root_2.11:0.1")
'net.glorat:dlcrypto-root_2.11:jar:0.1'
<dependency org="net.glorat" name="dlcrypto-root_2.11" rev="0.1">
  <artifact name="dlcrypto-root_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.glorat', module='dlcrypto-root_2.11', version='0.1')
)
libraryDependencies += "net.glorat" % "dlcrypto-root_2.11" % "0.1"
[net.glorat/dlcrypto-root_2.11 "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7

Project Modules

There are no modules declared in this project.

dlcrypto Build Status

A collection of Scala libraries and classes that wrap cryptographic functions as used in Bitcoin plus other useful functions into a set of high level type safe interfaces.

Those types are useful as building blocks for creating PKI or blockchain based applications

Included libraries are

  • dlcrypto_core - All the core type safe interfaces used across the libraries
  • dlcrypto_ecdsa - A public key signing/verification implementation based on ECDSA and Bitcoin's specific flavour of it
  • dlcrypto_encode - An encoding library suitable for cryptographic hashing of Scala DTO
  • dlcrypto_mock - A mock public key library suitable for testing

For more information of each, please see the individual README.md for each library

Pre-requisites

JCE Unlimited Policy files must be enabled. See your Java documentation on how to do this. Otherwise, you will see tests fail

Aside from that pre-requisites are obvious. The author has been primarily developing against Java 8. Build system is based on sbt

Copyright 2018 Kevin Tam

Versions

Version
0.1