Linux Kernel Crypto API User Space Interface Library
libkcapi allows user-space to access the Linux kernel crypto API.
libkcapi uses this Netlink interface and exports easy to use APIs so that a developer does not need to consider the low-level Netlink interface handling.
The library does not implement any cipher algorithms. All consumer requests are sent to the kernel for processing. Results from the kernel crypto API are returned to the consumer via the library API.
The kernel interface and therefore this library can be used by unprivileged processes.
The focus during the development of this library is put on speed. This library does not perform any memcpy for processing the cryptographic data! The library uses scatter / gather lists to eliminate the need for moving data around in memory.
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / FAudio
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout multimedia:libs/FAudio && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
FAudio-23.07.tar.gz | 0001119766 1.07 MB | |
FAudio.changes | 0000011418 11.2 KB | |
FAudio.spec | 0000002582 2.52 KB | |
_link | 0000000124 124 Bytes | |
baselibs.conf | 0000000073 73 Bytes | |
faudio-older-sdl2.patch | 0000001108 1.08 KB |
Revision 48 (latest revision is 63)
- update to 23.07: * FACT: When parsing SoundBanks, explicitly update the read offset for each data region * XNA_Song: Fix possible truncation of total seconds when opening QOA files * Xbox GDK support is now considered Ready to Ship * UWP support is now deprecated and will be removed in FAudio 24.01 * XNA_Song now supports QOA input files * FACT: Add support for `WAVEBANKSTREAMING_INVALIDCONTENT` notifications * Added FilterWetDryMixEXT extension
Comments 1
Looks like OBS description here is from another package.