kirk-baird opened a new issue #7: HKDF
URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/7
 
 
   # Issue
   As part of the BLS Standard HKDF is being used as part of the hash to curve 
function.
   
   # Required changes
   1) Building HMAC's for the hashing algorithm according to [this 
standard](https://tools.ietf.org/html/rfc2104)
   2) Adding `HKDF-Extract` and `HKDF-Extend` from [this 
standard](https://tools.ietf.org/html/rfc5869).
   
   # Proposal
   As the sha256/384/512 algorithms have already been implemented I suggest 
simply adding a `hmac` function and the two functions for HKDF to each of those 
structs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@milagro.apache.org
For additional commands, e-mail: issues-h...@milagro.apache.org

Reply via email to