Browse Source

make cipher pub

pull/3/head
Jake Probst 5 years ago
parent
commit
a1485dd8e7
  1. 2
      src/crypto/pc.rs

2
src/crypto/pc.rs

@ -6,7 +6,7 @@ use std::num::Wrapping as W;
const PC_STREAM_LENGTH: usize = 57;
struct PSOPCCipher {
pub struct PSOPCCipher {
stream: [u32; PC_STREAM_LENGTH],
offset: u16,
}

Loading…
Cancel
Save