Skip to content

bcrypto/bee2j

Repository files navigation

bee2j

Java library implements Belarussian cryptographic standards

Linux

  1. Download and compile bee2: https://github.com/agievich/bee2
  2. Add libbee2.so to ldconfig:
su -c "echo '/home/PATH/TO/FOLDER/CONTAINING/BEE2/' >  /etc/ld.so.conf.d/bee2.conf"
sudo ldconfig  
  1. Install openjdk-11 and maven sudo apt-get install openjdk-11-jdk maven
  2. mvn test
  3. mvn clean install

Windows

  1. Download and compile bee2: https://github.com/agievich/bee2
  2. Add bee2.dll to environmental variables.
  3. Install jdk-11 (https://docs.microsoft.com/en-us/java/openjdk/download) and maven2
  4. mvn install -Dmaven.test.skip=true

License

bee2j is distributed under the Apache License version 2.0. See Apache 2.0 or LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages