Remove some unused imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
use cryptopals::{prelude::*, bvec, bvec64, english::{Bhattacharyya, self}};
|
use cryptopals::{prelude::*, bvec64, english::{Bhattacharyya, self}};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let s1 = b"this is a test".to_vec();
|
let s1 = b"this is a test".to_vec();
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#![feature(array_chunks)]
|
#![feature(array_chunks)]
|
||||||
use cryptopals::{prelude::*, bvec, bvec64, friendly::aes128};
|
use cryptopals::{prelude::*, bvec64, friendly::aes128};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let key = *b"YELLOW SUBMARINE";
|
let key = *b"YELLOW SUBMARINE";
|
||||||
|
Reference in New Issue
Block a user