https://github.com/hadess/ell
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hadess/ell
- Owner: hadess
- License: lgpl-2.1
- Created: 2025-08-06T00:01:48.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-10-06T09:04:51.000Z (10 months ago)
- Last Synced: 2025-10-13T11:52:54.309Z (9 months ago)
- Language: C
- Size: 2.49 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
ELL - Embedded Linux library
****************************
Copyright (C) 2011-2014 Intel Corporation. All rights reserved.
Compilation and installation
============================
In order to compile the source code you need following software packages:
- GCC compiler
- GNU C library
To configure run:
./configure --prefix=/usr
Configure automatically searches for all required components and packages.
To compile and install run:
make && make install
Kernel dependencies
===================
In order to use this library you need a Linux kernel with support for
epoll and timerfd.
For checksum usage you need if_alg (crypto user-space API) with MD5
and SHA-1 algorithms enabled.
For Diffie-Hellman usage the KEYCTL_DH_COMPUTE command for the
keyctl() syscall is required.
Kernel configuration checklist:
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_KEY_DH_OPERATIONS=y
Information
===========
Mailing list:
ell@lists.linux.dev
IRC:
irc://irc.oftc.net/#ell
For additional information about the project visit the ELL web site:
https://01.org/ell