initial import
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
3ff6e3e681
commit
b6512db6e3
1 changed files with 50 additions and 0 deletions
50
libtom.yaml
Normal file
50
libtom.yaml
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: The LibTom Projects
|
||||
description: >-
|
||||
LibTom Projects are open source libraries written in portable C.
|
||||
The libraries supports a variety of cryptographic and algebraic primitives
|
||||
designed to enable developers and students to pursue the field of
|
||||
cryptography much more efficiently. Currently the projects consist of three
|
||||
prominent libraries (LibTomCrypt, LibTomMath and TomsFastMath) which form
|
||||
the bulk of the source contributions.
|
||||
|
||||
Along with the source contributions, the LibTom projects also aim to serve
|
||||
an educational capacity. The libraries are very well commented, with
|
||||
clear and concise source. The code itself tells quite a story for
|
||||
those interested in learning how modern cryptography ticks. However, they
|
||||
would not be complete without the massive amount of documentation that
|
||||
accompanies the projects. Currently there are over 600 pages of
|
||||
LibTom Project documentation spread throughout the five projects.
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: master
|
||||
# We don't have texlive and ghostscript stuff so far
|
||||
#platform: master
|
||||
#autotools: master
|
||||
#texlive: master
|
||||
requires:
|
||||
platform: master
|
||||
references:
|
||||
community: http://www.libtom.net/
|
||||
documentation: http://www.libtom.net/
|
||||
tracker: https://github.com/libtom
|
||||
api:
|
||||
rpms:
|
||||
- libtomcrypt
|
||||
- libtomcrypt-devel
|
||||
- libtomcrypt-doc
|
||||
- libtommath
|
||||
- libtommath-devel
|
||||
- libtommath-doc
|
||||
components:
|
||||
rpms:
|
||||
libtomcrypt:
|
||||
rationale: Main component.
|
||||
libtommath:
|
||||
rationale: Main component.
|
||||
# libtomcrypt BuildRequires libtommath
|
||||
buildorder: -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue