Adler32

module Adler32

Defined in:

adler32/adler32.cr

Class Method Summary

Class Method Detail

def self.checksum(data) : UInt32Source

def self.combine(adler1 : UInt32, adler2 : UInt32, len) : UInt32Source

def self.initial : UInt32Source

def self.update(data, adler32 : UInt32) : UInt32Source

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/Adler32.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部