Advertisement
FrTab

OPT_main.c

Mar 14th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. //On inclus les parties .h
  2. #include "trial.h"
  3. #include "tool.h"
  4.  
  5. //main
  6. int main(int argc, char** argv)
  7. {
  8. //On fait appel à la methode
  9. FTAB_OneTimePad();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement