This website requires JavaScript.
Explore
Help
Sign In
Sweetbread
/
Alfis
Watch
1
Star
0
Fork
0
You've already forked Alfis
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
eb30037f533836c57ff0b533924fe36d053f9532
Alfis
/
src
/
crypto
/
mod.rs
T
6 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Implemented P2P traffic encryption.
2021-05-30 00:33:13 +02:00
mod
chacha
;
Code reformatting.
2021-06-09 20:36:36 +02:00
mod
crypto_box
;
Changed identity format in transactions, now it will be double Sha256.
2021-04-10 09:47:21 +02:00
Code reformatting.
2021-06-09 20:36:36 +02:00
pub
use
chacha
::
{
Chacha
,
ZERO_NONCE
};
Implemented P2P traffic encryption.
2021-05-30 00:33:13 +02:00
pub
use
crypto_box
::
CryptoBox
;
Reference in New Issue
Copy Permalink