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
| Name | Type | Description |
|---|---|---|
ctx | context.Context | Parameter ctx of InspectSeed. |
seed | io.Reader | Parameter seed of InspectSeed. |
Returns
(SeedInfo, error)
Source
This page is generated from SDK source metadata and the translation catalog.