Пакет ocaml-cryptokit: Информация
Исходный пакет: ocaml-cryptokit
Версия: 1.21.1-alt1
Собран: 12 марта 2026 г. 10:32 в задании #404247
Категория: Разработка/ML
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/xavierleroy/cryptokit
Лицензия: LGPLv2 with OCaml-LGPL-linking-exception
О пакете: OCaml library of cryptographic and hash functions
Описание:
The Cryptokit library for Objective Caml provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications. The primitives provided include: * Symmetric-key cryptography: AES, DES, Triple-DES, ARCfour, in ECB, CBC, CFB and OFB modes. * Public-key cryptography: RSA encryption and signature; Diffie-Hellman key agreement. * Hash functions and MACs: SHA-1, SHA-256, RIPEMD-160, MD5, and MACs based on AES and DES. * Random number generation. * Encodings and compression: base 64, hexadecimal, Zlib compression. Additional ciphers and hashes can easily be used in conjunction with the library. In particular, basic mechanisms such as chaining modes, output buffering, and padding are provided by generic classes that can easily be composed with user-provided ciphers. More generally, the library promotes a "Lego"-like style of constructing and composing transformations over character streams.
Список бинарных RPM-пакетов, собираемых из данного SRPM:
ocaml-cryptokit (x86_64, i586, aarch64)
ocaml-cryptokit-debuginfo (x86_64, i586, aarch64)
ocaml-cryptokit-devel (x86_64, i586, aarch64)
ocaml-cryptokit (x86_64, i586, aarch64)
ocaml-cryptokit-debuginfo (x86_64, i586, aarch64)
ocaml-cryptokit-devel (x86_64, i586, aarch64)
Сопровождающий: Anton Farygin
Последнее изменение
7 марта 2026 г. Anton Farygin 1.21.1-alt1
- 1.20.1 -> 1.21.1
16 сентября 2024 г. Anton Farygin 1.20.1-alt1
- 1.18 -> 1.20.1
7 декабря 2023 г. Michael Shigorin 1.18-alt2
- E2K: fix build (ilyakurdyukov@)