add comments linking original source for encryption and prs compression
This commit is contained in:
parent
3a5ecb9df5
commit
d9e9d70bc6
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* The contents of this module are ported from the Fuzziqer "newserv" project with some minor
|
||||
* alterations by me.
|
||||
* https://github.com/fuzziqersoftware/newserv (Compression.cc + Compression.hh)
|
||||
*/
|
||||
|
||||
use std::ffi::c_void;
|
||||
|
||||
use thiserror::Error;
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* The contents of this module are ported from the Fuzziqer "newserv" project with some minor
|
||||
* alterations by me.
|
||||
* https://github.com/fuzziqersoftware/newserv (PSOEncryption.cc + PSOEncryption.hh)
|
||||
*/
|
||||
|
||||
const PC_STREAM_LENGTH: usize = 57;
|
||||
const GC_STREAM_LENGTH: usize = 521;
|
||||
|
||||
|
|
Loading…
Reference in a new issue