Class Poly1305

java.lang.Object
com.jcraft.jsch.openjax.Poly1305

public class Poly1305
extends java.lang.Object
Port of Andrew Moon's Poly1305-donna-16. Public domain. https://github.com/floodyberry/poly1305-donna
  • Constructor Summary

    Constructors
    Constructor Description
    Poly1305​(byte[] key)  
  • Method Summary

    Modifier and Type Method Description
    Poly1305 finish​(byte[] mac, int macpos)  
    Poly1305 update​(byte[] m, int mpos, int bytes)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Poly1305

      public Poly1305​(byte[] key)
  • Method Details

    • finish

      public Poly1305 finish​(byte[] mac, int macpos)
    • update

      public Poly1305 update​(byte[] m, int mpos, int bytes)