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

azjezz / psl / 22639530806

03 Mar 2026 07:39PM UTC coverage: 97.793% (-0.4%) from 98.201%
22639530806

Pull #607

github

azjezz
add more types

Signed-off-by: azjezz <azjezz@protonmail.com>
Pull Request #607: feat: introduce `Crypto` component

352 of 398 new or added lines in 49 files covered. (88.44%)

2 existing lines in 1 file now uncovered.

9306 of 9516 relevant lines covered (97.79%)

39.02 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Psl/Crypto/Aead/constants.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Psl\Crypto\Aead;
6

7
use const SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_KEYBYTES;
8

9
/**
10
 * The length of an AEAD encryption key in bytes.
11
 *
12
 * All supported AEAD algorithms use a 32-byte key.
13
 *
14
 * @var positive-int
15
 */
NEW
16
const KEY_BYTES = SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_KEYBYTES;
×
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