Interface PRF

All Known Implementing Classes:
MacBasedPRF

interface PRF
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    doFinal(byte[] M)
     
    int
     
    void
    init(byte[] P)
     
  • Method Details

    • init

      void init(byte[] P)
    • doFinal

      byte[] doFinal(byte[] M)
    • getHLen

      int getHLen()