Sha256: d0a704799d564a6eb43937b76a4a523c5ae5015fe688d4a739a4661c418aa698
Contents?: true
Size: 241 Bytes
Versions: 100
Compression:
Stored size: 241 Bytes
Contents
# -*- encoding: utf-8 -*- require_relative 'common' require 'hexapdf/encryption/fast_arc4' describe HexaPDF::Encryption::FastARC4 do include ARC4EncryptionTests before do @algorithm_class = HexaPDF::Encryption::FastARC4 end end
Version data entries
100 entries across 100 versions & 1 rubygems