simplito / elliptic-php

Fast, general Elliptic Curve Cryptography library. Supports curves used in Bitcoin, Ethereum and other cryptocurrencies (secp256k1, ed25519, ..)
MIT License
220 stars 52 forks source link

Calling assert() with a string argument is deprecated in php 7.2 #1

Closed cyberpunkbln closed 6 years ago

cyberpunkbln commented 6 years ago

Hello,

Deprecated: assert(): Calling assert() with a string argument is deprecated in E:\Development\WebServer\7.2\xampp\htdocs\webserver.local\projects\blockchain\Elliptic\EdDSA.php on line 16

Deprecated: assert(): Calling assert() with a string argument is deprecated in E:\Development\WebServer\7.2\xampp\htdocs\webserver.local\projects\blockchain\BN\BN.php on line 551

Deprecated: assert(): Calling assert() with a string argument is deprecated in E:\Development\WebServer\7.2\xampp\htdocs\webserver.local\projects\blockchain\BN\BN.php on line 477

Thx

blueskytoday commented 6 years ago

Hi, looks like this issue is still unsolved. Any help on that?

Thx

cyberpunkbln commented 6 years ago

Hello,

looks like we must search replacement librarys. Unfortunately.

ldudzsim commented 6 years ago

We have just released version 1.0.3, which contains a fix for this problem.

Thanks for your comments

cyberpunkbln commented 6 years ago

wonderfull, thx

blueskytoday commented 6 years ago

thanks :-)