Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 433 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 433 Bytes

Cryptopals F# solutions

to execute the challenges, first cd to the src forlder, then:

dotnet restore dotnet build dotnet run --no-build n where is the number of the challenge

to execute challenges 31 and 32 you need to first start the node server located in the folder 'nodeserver/dist': node apiserver.js

to execute challenge 37 you need to first start the suave server (by running challenge '-1' as specified above)