In RFC 6238,
Sha-1 string is '12345678901234567890' (20 bytes)
Sha-512 string is '1234567890123456789012345678901234567890123456789012345678901234' (64 bytes)
In your test unit, it is a key_seed = '1234567890', I am not really understand it's mean.
for example, I have a original key(or key_seed?) is '12345678901234567890123456789012' (32 bytes), I would like to use Sha-512 hash, what is my Sha-512 string? double original key(64 bytes)?
I am confused the key_seed with key_sha512.
In RFC 6238, Sha-1 string is '12345678901234567890' (20 bytes) Sha-512 string is '1234567890123456789012345678901234567890123456789012345678901234' (64 bytes)
In your test unit, it is a key_seed = '1234567890', I am not really understand it's mean.
for example, I have a original key(or key_seed?) is '12345678901234567890123456789012' (32 bytes), I would like to use Sha-512 hash, what is my Sha-512 string? double original key(64 bytes)?