Skip to content

Statically compilable library version for any Linux distribution.

License

Notifications You must be signed in to change notification settings

lewhfree/corecrypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lewhfree/CoreCrypto

Fork of darlinghq/darling-corecrypto. Compiles to a static library on any Linux distribution.

This fork was created and modified to work with AltServer-Linux and any other projects that need the Apple's CoreCrypto library.

Changes

  • Changed CMakeLists.txt to remove the option to build for Darling option.
  • Fixed code in src/ccmd4.c that wasn't compiling.
  • Added make install functionality.

Building

# git clone https://github.com/lewhfree/corecrypto
# cd corecrypto
# mkdir build
# cd build
# cmake ..
# make
# make install

License

The Darling-CoreCrypto project is licensed under GPLv3 (A copy of the GNU GPLv3 License can be found in the root of this directory or at https://gnu.org/).

All changes made by lewhfree (which can be found in the Git commit history) are licensed under the Unlicense. See: https://unlicense.org/.

About

Statically compilable library version for any Linux distribution.

Resources

License

Stars

Watchers

Forks

Languages

  • C 98.8%
  • Other 1.2%