On Wed, Apr 22, 2015 at 3:43 PM, Xu, Yaning <[email protected]> wrote:
> Okey, that's created by IDE, I'll remove it > > the best way is to import this[1] template into Eclipse, which will save a lot of time [1] http://svn.apache.org/repos/asf/directory/project/trunk/resources/codetemplates.xml > -----Original Message----- > From: Lin Chen (JIRA) [mailto:[email protected]] > Sent: Wednesday, April 22, 2015 2:15 PM > To: [email protected] > Subject: [jira] [Commented] (DIRKRB-215) Implement the PRF function for > DES_CBC. > > > [ > https://issues.apache.org/jira/browse/DIRKRB-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14506498#comment-14506498 > ] > > Lin Chen commented on DIRKRB-215: > --------------------------------- > > And please remove the codes, thanks~ > {code} > /** > * Created by yaningxu on 4/13/2015. > */ > {code} > > > 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) > -- Kiran Ayyagari http://keydap.com
