Tabnine Logo
RIPEMD128Digest.unpackWord
Code IndexAdd Tabnine to your IDE (free)

How to use
unpackWord
method
in
org.spongycastle.crypto.digests.RIPEMD128Digest

Best Java code snippets using org.spongycastle.crypto.digests.RIPEMD128Digest.unpackWord (Showing top 2 results out of 315)

origin: com.madgag/sc-light-jdk15on

public int doFinal(
  byte[] out,
  int outOff)
{
  finish();
  unpackWord(H0, out, outOff);
  unpackWord(H1, out, outOff + 4);
  unpackWord(H2, out, outOff + 8);
  unpackWord(H3, out, outOff + 12);
  reset();
  return DIGEST_LENGTH;
}
origin: com.madgag.spongycastle/core

public int doFinal(
  byte[] out,
  int outOff)
{
  finish();
  unpackWord(H0, out, outOff);
  unpackWord(H1, out, outOff + 4);
  unpackWord(H2, out, outOff + 8);
  unpackWord(H3, out, outOff + 12);
  reset();
  return DIGEST_LENGTH;
}
org.spongycastle.crypto.digestsRIPEMD128DigestunpackWord

Popular methods of RIPEMD128Digest

  • <init>
    Copy constructor. This will copy the state of the provided message digest.
  • F1
  • F2
  • F3
  • F4
  • FF1
  • FF2
  • FF3
  • FF4
  • RL
  • f1
  • f2
  • f1,
  • f2,
  • f3,
  • f4,
  • finish,
  • processBlock,
  • reset,
  • copyIn

Popular in Java

  • Running tasks concurrently on multiple threads
  • getSupportFragmentManager (FragmentActivity)
  • putExtra (Intent)
  • setRequestProperty (URLConnection)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now