• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

danielberkompas / cloak / 263
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.1.4
DEFAULT BRANCH: master
Ran 01 Feb 2020 04:57PM UTC
Jobs 1
Files 7
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
263

Pull #95

travis-ci

web-flow
[#93] Add option to specify iv length for AES.GCM

This allows you to set a 12-byte IV as mentioned in #93, like so:

```elixir
config :my_app, MyApp.Vault,
  ciphers: [
    default: {
      Cloak.Ciphers.AES.GCM,
      tag: "AES.GCM.V1",
      key: Base.decode64!("your-key-here"),
      iv_length: 12
    }
  ]
```

In Cloak 2.0, one of the breaking changes will be to make `iv_length`
default to `12` instead of the current `16`.
Pull Request #95: [#93] Add option to specify iv length for AES.GCM

5 of 5 new or added lines in 1 file covered. (100.0%)

83 of 84 relevant lines covered (98.81%)

9.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 263.1 01 Feb 2020 04:57PM UTC 0
98.81
Travis Job 263.1
Source Files on build 263
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #263
  • Pull Request #95
  • PR Base - master (#258)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc