zoukankan      html  css  js  c++  java
  • RapidCRC : Home

    RapidCRC : Home

     

    What is RapidCRC?
    RapidCRC is a tool for windows for checking and creating CRC32 and MD5 checksums; this comprises:

    • SFV files
    • MD5 files
    • specialty: direct support for CRC32 in the filename (common for anime releases; for example "MyFile [45DEF3A0].avi")

    This helps you to check and ensure that your files are OK and not corrupted.

    Goal is to use the fastest available open source (assembly) implementations for this task. Currently these implementations are used in RapidCRC:

    • CRC32: i386 assembly implementation (one byte table lookup)
    • MD5: OpenSSL MD5 i386 assembly implementation
    • MD5: reference implementation from RFC (much slower; available at compile time. Not used in the release version of RapidCRC)

    These are currently considered to be the fastest existing implementations(*). If you know of even faster implementations please drop me a note.

    News

    year.month.day 
    2005.02.05RapidCRC 0.6.1 released (bugfix release)
    2005.01.20RapidCRC 0.6 released and Website updated
    2004.11.25RapidCRC 0.5 released
    2004.11.10Some small corrections in the faq (es. the Visual Style Screenshots)
    2004.10.25RapidCRC 0.4 released
    2004.10.09Site moves to Sourceforge.net
    2004.09.03FAQ updated
    2004.09.02RapidCRC 0.3.2 released
    2004.08.29Website and FAQ updated.
    2004.08.28Forum is now open
    2004.08.27RapidCRC 0.3 released. First Release to the public
  • 相关阅读:
    初赛第四场B
    初赛第四场A
    初赛第六场C
    CF 365(2) C 思维,图形模拟 D 树状数组,离线处理,思维
    CF 725C 模拟 725D
    CF 378(2) C D 模拟
    CF 729D 模拟,思维
    CF 729C 模拟,二分
    CF 381(2) D. dfs序,二分,数组模拟维护
    CF 395(2) D.矩形上色,模拟
  • 原文地址:https://www.cnblogs.com/lexus/p/3413877.html
Copyright © 2011-2022 走看看