T_Iota_Lib_CSharp_Api_Utils_ICurl - iotaledger-archive/iota.lib.csharp GitHub Wiki
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)
C#
public interface ICurl
The ICurl type exposes the following members.
Name | Description | |
---|---|---|
![]() |
State | Gets or sets the state. |
Name | Description | |
---|---|---|
![]() |
Absorb(Int32[]) | Absorbs the specified trits. |
![]() |
Absorb(Int32[], Int32, Int32) | Absorbs the specified trits. |
![]() |
Clone | Clones this instance. |
![]() |
Reset | Resets this state. |
![]() |
Squeeze(Int32[]) | Squeezes the specified trits. |
![]() |
Squeeze(Int32[], Int32, Int32) | Squeezes the specified trits. |
![]() |
Transform | Transforms this instance. |