[
https://issues.apache.org/jira/browse/DIRKRB-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505026#comment-14505026
]
Lin Chen commented on DIRKRB-215:
---------------------------------
Hi Yaning,
Thanks for your work. It seems that the v2 patch has repeated contents?
> 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
>
>
> 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)