I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cc2bf6eb authored by zzz's avatar zzz
Browse files

references

parent 304e69b7
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,8 @@ HKDF(salt, ikm, info, n)
of length 32 bytes, and a context-specific 'info' value, and produces an output
of n bytes suitable for use as key material.
Use HKDF as specified in [RFC-5869], using the HMAC hash function SHA-256
as specified in [RFC-2104]. This means that SALT_LEN is 32 bytes max.
Use HKDF as specified in [RFC-5869]_, using the HMAC hash function SHA-256
as specified in [RFC-2104]_. This means that SALT_LEN is 32 bytes max.
Blinding Calculations
......@@ -140,3 +140,11 @@ ECDSA's public key is (X,Y) pair, so for P256, for example, it's 64 bytes, rathe
Either b33 address will be longer, or public key can be stored in compressed format like in bitcoin wallets.
References
==========
.. [RFC-2104]
https://tools.ietf.org/html/rfc2104
.. [RFC-5869]
https://tools.ietf.org/html/rfc5869
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment