Struct tripcode::Sc15 [] [src]

pub struct Sc15;

Generator for 2ch.sc's 15-character tripcodes (15桁トリップ).

Trait Implementations

impl TripcodeGenerator for Sc15
[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.