Struct tripcode::ScSjis [] [src]

pub struct ScSjis;

Same as Sc except that it treats passwords as Shift-JIS-encoded when generating katakana tripcodes.

Trait Implementations

impl TripcodeGenerator for ScSjis
[src]

The type of hash value that represents resulting tripcodes. Read more

Generates a hash value that represents the tripcode for password.

Generates a tripcode from password.

Generates a tripcode from password and appends it to a String.

Generates a tripcode into a Write.

Generates a tripcode in Shift-JIS encoding.

Generates a Shift-JIS-encoded tripcode and appends it to a Vec<u8>.

Generates a Shift-JIS-encoded tripcode into a Write.