Skip to content

Simple programs for factorization and discrete log I have used during my master thesis. Compile each program with javac ProgramName.java and run it with java ProgramName

Notifications You must be signed in to change notification settings

peacker/master_thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

master_thesis

Simple programs for factorization and discrete log I have used during my master thesis.

  • from terminal, cd into the folder "master_thesis"

  • to compile ONE .java file (for example FileName.java) do

    mkdir bin
    javac -d bin source/FileName.java
    
    
  • to compile ALL .java files do

    mkdir bin
    javac -d bin source/*.java
    
    
  • to run one .class file (for example FileName.class) do

    cd bin
    java FileName
    

About

Simple programs for factorization and discrete log I have used during my master thesis. Compile each program with javac ProgramName.java and run it with java ProgramName

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published