You are here

public function ParagonIE_Sodium_Core32_SecretStream_State::getCounter in Automatic Updates 8

Same name and namespace in other branches
  1. 7 vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php \ParagonIE_Sodium_Core32_SecretStream_State::getCounter()

Return value

string

2 calls to ParagonIE_Sodium_Core32_SecretStream_State::getCounter()
ParagonIE_Sodium_Core32_SecretStream_State::getCombinedNonce in vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php
ParagonIE_Sodium_Core32_SecretStream_State::toString in vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php

File

vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php, line 57

Class

ParagonIE_Sodium_Core32_SecretStream_State
Class ParagonIE_Sodium_Core32_SecretStream_State

Code

public function getCounter() {
  return ParagonIE_Sodium_Core32_Util::store32_le($this->counter);
}