fastrom / go-peer

Library for create secure and anonymity decentralized networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-peer

Library for create secure and anonymity decentralized networks. Version: 1.5

Research Article

Library based applications

Deprecated library based applications

Code specification

  1. Prefix 's'/'S' = structure type;
  2. Prefix 'i'/'I' = interface type / function type;
  3. Prefix 'f'/'F' = field of structure;
  4. Prefix 'c'/'C' = constant;
  5. Prrfix 'g'/'G' = global variable;
  6. Prefix 't'/'T' = test constant / test variable / test structure / ...;

TODO

  1. Write tests with comment "TODO";
  2. Remake cmd/hmc from CLI to GUI;
  3. Implement the cmd/ubc;
  4. Consider cmd/hls moving the fifth^ stage of anonymity to the sixth;
  5. Write README for cmd/hlm, cmd/hms, cmd/hmc;
  6. Comment functions in the code of library;
  7. ...

About

Library for create secure and anonymity decentralized networks.

License:MIT License


Languages

Language:Go 95.3%Language:HTML 3.9%Language:Makefile 0.4%Language:JavaScript 0.4%