Sha256: 258d21975ae86c580bc7a1e06dea06f6b3b5319b0eb5634f848db6cd91a03857

Contents?: true

Size: 531 Bytes

Versions: 3

Compression:

Stored size: 531 Bytes

Contents

# Virgil Crypto Library wrapper

This gem implements Ruby wrapper for [Virgil Crypto](https://github.com/VirgilSecurity/virgil-crypto).
# Installation and usage 
To install the latest gem version run:

```
gem install virgil-crypto
```

or add the following line to your Gemfile:

```
gem 'virgil-crypto', '~> 2.1.2'
```

and then run

```
bundle
```

# Usage
Use this crypto with [Virgil SDK](https://github.com/VirgilSecurity/virgil-sdk-ruby) that will provide you to create an secure application using Virgil Security services.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
virgil-crypto-2.1.2.2 README.md
virgil-crypto-2.1.2.1 README.md
virgil-crypto-2.1.2 README.md