Skip to main content

InspectSeed

func InspectSeed(ctx context.Context, seed io.Reader) (SeedInfo, error)

InspectSeed computes seed_hash and requires the seed length to be a multiple of the raw digest size.

Parameters

NameTypeDescription
ctxcontext.ContextParameter ctx of InspectSeed.
seedio.ReaderParameter seed of InspectSeed.

Returns

(SeedInfo, error)

Source

This page is generated from SDK source metadata and the translation catalog.