[
https://issues.apache.org/jira/browse/DIRKRB-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14508542#comment-14508542
]
Jiajia Li commented on DIRKRB-215:
----------------------------------
Thanks for your patch, V3 looks good for me.
> Implement the PRF function for DES_CBC.
> ----------------------------------------
>
> Key: DIRKRB-215
> URL: https://issues.apache.org/jira/browse/DIRKRB-215
> Project: Directory Kerberos
> Issue Type: New Feature
> Reporter: Xu Yaning
> Attachments: DIRKRB-215-v1.patch, DIRKRB-215-v2.patch,
> DIRKRB-215-v3.patch
>
>
> Implement the prf function in DesCbcEnc.java.
> {code}@Override
> public byte[] prf(byte[] key, byte[] seed) {
> // TODO: krb5int_des_prf
> return null;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)