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

danielberkompas / cloak / 262 / 1
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.1.4
DEFAULT BRANCH: master
Ran 01 Feb 2020 04:57PM UTC
Files 7
Run time 0s
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

01 Feb 2020 04:56PM UTC coverage: 98.81%. First build
262.1

push

travis-ci

danielberkompas
[#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`.

83 of 84 relevant lines covered (98.81%)

9.93 hits per line

Source Files on job 262.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 80
  • Travis Job 262.1
  • adf5574a on github
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