[
https://issues.apache.org/jira/browse/DIRKRB-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xu Yaning updated DIRKRB-215:
-----------------------------
Attachment: DIRKRB-215-v1.patch
Implement the prf function in DesCbcEnc.java
> 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
>
>
> 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)