Thus letting end user to adjust their seed format as needed, instead of jumping in-between of base32 padding / non-padding as currently. `BufferSource` as input type of `crypto.subtle.importKey("raw", _)`, which is both OK for `Uint8Array` or `ArrayBuffer`. Btw, this feature suggestion is breaking change as semver major, but I think it'd worthwhile.