stevenarella/src
iceiix 6d88ce23ec Switch to RustCrypto for Cfb8 symmetric crypto, instead of OpenSSL (#10) (#2)
* Encrypt with both RustCrypto cfb8 and OpenSSL

* Switch to RustCrypto for decrypting

* Show encryption for both RustCrypto and OpenSSL, for comparison...

* Correct off-by-one error in encryption, cfb8 doesn't need extra byte

* Remove OpenSSL for symmetric crypto

* Update Cargo.lock
2018-11-01 20:46:21 -07:00
..
console Replace hyper with reqwest (#7) 2018-10-27 17:03:34 -07:00
ecs Fixed another batch of clippy warnings 2016-09-15 15:15:52 +01:00
entity Update to cgmath 0.16.1, collision 0.18.0 2018-10-27 18:11:26 -07:00
gl Check glGetError() in rendering loop 2018-10-07 13:53:50 -07:00
model Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
nbt Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
protocol Switch to RustCrypto for Cfb8 symmetric crypto, instead of OpenSSL (#10) (#2) 2018-11-01 20:46:21 -07:00
render Update to cgmath 0.16.1, collision 0.18.0 2018-10-27 18:11:26 -07:00
screen Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
server Update to rust-openssl 0.10.15 (from 0.7.8) 2018-10-27 19:56:34 -07:00
types Fixed another batch of clippy warnings 2016-09-15 15:15:52 +01:00
ui Update to rand 0.5.5 for https://github.com/iceiix/steven/issues/4 2018-09-30 19:05:20 -07:00
world Update to cgmath 0.16.1, collision 0.18.0 2018-10-27 18:11:26 -07:00
auth.rs Separate the console and console vars. Removes the need to lock on the console to read vars 2016-04-21 11:40:50 +01:00
chunk_builder.rs Update to rand 0.5.5 for https://github.com/iceiix/steven/issues/4 2018-09-30 19:05:20 -07:00
format.rs Update to serde_json 1.0 (#6) 2018-10-23 18:47:21 -07:00
item.rs Clean up the protocol implementation to use generics instead of trait objects 2016-04-08 18:46:07 +01:00
macros.rs Base implementation for worlds/blocks 2016-03-18 22:24:30 +00:00
main.rs Switch to RustCrypto for Cfb8 symmetric crypto, instead of OpenSSL (#10) (#2) 2018-11-01 20:46:21 -07:00
resources.rs Replace hyper with reqwest (#7) 2018-10-27 17:03:34 -07:00
settings.rs Separate the console and console vars. Removes the need to lock on the console to read vars 2016-04-21 11:40:50 +01:00