Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

T_Iota_Lib_CSharp_Api_Utils_ICurl

saniro edited this page Feb 16, 2017 · 1 revision

ICurl Interface

This interface abstracts the curl hashing algorithm

Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public interface ICurl

The ICurl type exposes the following members.

Properties

 

Name Description
Public property State Gets or sets the state.
  Back to Top

Methods

 

Name Description
Public method Absorb(Int32[]) Absorbs the specified trits.
Public method Absorb(Int32[], Int32, Int32) Absorbs the specified trits.
Public method Clone Clones this instance.
Public method Reset Resets this state.
Public method Squeeze(Int32[]) Squeezes the specified trits.
Public method Squeeze(Int32[], Int32, Int32) Squeezes the specified trits.
Public method Transform Transforms this instance.
  Back to Top

See Also

Reference

Iota.Lib.CSharp.Api.Utils Namespace

Clone this wiki locally