Skip to content

A intermediate data representation abstraction for the commandline tool steg

License

Notifications You must be signed in to change notification settings

peterheesterman/stegray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

( Work in progress )

stegray

steg(anography) - array

An intermediate data abstraction for steg.

pub struct StegrayMeta {
    pub file_type: FileType,
    pub length: u32,
}

// pub fn from_bytes(bytes: [u8; 5]) -> StegrayMeta



pub struct Stegray {
    pub meta: StegrayMeta,
    pub content: Vec<u8>,
    pub shasum: String,
}

// pub fn get_meta_length() -> u32
// pub fn new(path: &str) -> Stegray
// pub fn save(&self, path: &str)
// pub fn to_byte_vector(&self) -> Vec<u8>
// pub fn from_byte_vector(data: Vec<u8>) -> Stegray

About

A intermediate data representation abstraction for the commandline tool steg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages