crypto

package module
v0.0.0-...-176d762 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2018 License: MPL-2.0 Imports: 0 Imported by: 0

README

Cripto Ernest

Shared library in order to manage encryption logic

Build status

  • master: CircleCI Master
  • develop: CircleCI Develop

Installation

make deps
make install

Running Tests

make deps
make test

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains patches or features, you must include relevant unit tests.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, this project is maintained under the Semantic Versioning guidelines.

Code and documentation copyright since 2015 ernest.io authors.

Code released under the Mozilla Public License Version 2.0.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crypto

type Crypto interface {
	Encrypt([]byte, []byte) ([]byte, error)
	Dencrypt([]byte, []byte) ([]byte, error)
	KeyValidation([]byte) bool
}

Crypto : Interface for each encrypt tool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL