Skip to content

Abderrahman-byte/Rc4-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rc4 Lib

rc4-lib is a simple implementation of the Rivest Cipher 4 algorithm.

Using the library :

This library uses cmake as its buildsystem.

  • install the library :
git submodule add https://github.com/Abderrahman-byte/Rc4-Lib
  • link library into your project :
# in your CMakeLists.txt

add_subdirectory (Rc4-Lib)

target_link_libraries(
    your_target
    rc4-lib::rc4
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published