Method Nettle.SHA3_256()->State()->shake()

class Nettle.SHA3_256
class Nettle.SHA3_256.State

Method shake

string(8bit) shake(int(0..) bytes)

Description

SHAKE-256 hash.

This function is similar to hash(), but can return an arbitrary number of bytes. When bytes is digest_size (or more) the security is equivalent to that of hash(), albeit the output is different.

See also

hash(), State()->update(), SHA3_256.shake()