libcrypt1

libcrypt shared library

libxcrypt is a modern library for one-way hashing of passwords. It supports DES, MD5, NTHASH, SUNMD5, SHA-2-256, SHA-2-512, and bcrypt-based password hashes It provides the traditional Unix 'crypt' and 'crypt_r' interfaces, as well as a set of extended interfaces like 'crypt_gensalt'.

obs-noise

plugin for OBS Studio to generate fractal noises

The Noise Plugin for OBS provides fractal noise sources and displacement filters for generating real-time special effects.

libswiftlang

general-purpose compiled programming language - Runtime Libraries

Swift is a general-purpose, multi-paradigmed, compiled programming language built using a modern approach to safety, performance, and software design patterns.

libgf-complete1t64

Galois Field Arithmetic - shared library

Galois Field arithmetic forms the backbone of erasure-coded storage systems, most famously the Reed-Solomon erasure code. A Galois Field is defined over w-bit words and is termed GF(2^w). As such, the elements of a Galois Field are the integers 0, 1, . . ., 2^w − 1. Galois Field arithmetic defines addition and multiplication over these closed sets of integers in such a way that they work as you would hope they would work. Specifically, every number has a unique multiplicative inverse. Moreover, there is a value, typically the value 2, which has the property that you can enumerate all of the non-zero elements of the field by taking that value to successively higher powers.

g++-riscv64-linux-gnu

GNU C++ compiler for the riscv64 architecture

This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

python3-pytest-skip-markers

skip markers for pytest

This pytest plugin was extracted from pytest-salt-factories. It’s a collection of useful skip markers created to simplify and reduce code required to skip tests in some common scenarios, for example, platform specific tests.