Skip to content

huynq-fouj/elgamal-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone Repository

First, clone this repository to your local machine:

> git clone https://github.com/huynq-fouj/elgamal-java
> cd elgamal-java

Getting Started

Run With Maven

If you have Maven installed, you can compile and run the application using the following command:

#Clean, install project
> mvn clean install
#Run program
> mvn compile exec:java

Run With npm

If you have Maven, Node.js and npm installed, you can run the application using npm:

#It will run 'mvn clean intstall'
> npm run clean 
#It will run 'mvn compile exec:java'
> npm run dev

Releases

No releases published

Packages

No packages published

Languages