Skip to content

Remove order from RFC6979 and use scalar to reduce data #324

Remove order from RFC6979 and use scalar to reduce data

Remove order from RFC6979 and use scalar to reduce data #324

Triggered via push January 14, 2024 04:02
Status Success
Total duration 1m 24s
Artifacts

dotnetCI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Src/Autarkysoft.Bitcoin/Blockchain/TransactionVerifier.cs#L404
'UInt256_10x26.EqualsVar(in UInt256_10x26)' is obsolete: 'Removed from libsecp256k1'
build: Src/Autarkysoft.Bitcoin/Cryptography/EllipticCurve/DSA.cs#L428
'Scalar8x32.Inverse_old()' is obsolete: 'Use Inverse() instead.'
build: Src/Autarkysoft.Bitcoin/Cryptography/EllipticCurve/DSA.cs#L517
'Scalar8x32.InverseVar_old()' is obsolete: 'Use InverseVar() instead.'
build: Src/Autarkysoft.Bitcoin/Cryptography/EllipticCurve/DSA.cs#L529
'UInt256_10x26.EqualsVar(in UInt256_10x26)' is obsolete: 'Removed from libsecp256k1'
build: Src/Autarkysoft.Bitcoin/Cryptography/EllipticCurve/DSA.cs#L552
'Scalar8x32.InverseVar_old()' is obsolete: 'Use InverseVar() instead.'
build: Src/Autarkysoft.Bitcoin/Cryptography/EllipticCurve/DSA.cs#L619
'UInt256_10x26.EqualsVar(in UInt256_10x26)' is obsolete: 'Removed from libsecp256k1'
build: Src/Autarkysoft.Bitcoin/Cryptography/Asymmetric/KeyPairs/PrivateKey.cs#L25
XML comment has cref attribute 'MiniPrivateKey' that could not be resolved
build: Src/Autarkysoft.Bitcoin/Cryptography/EllipticCurve/Calc.cs#L18
Missing XML comment for publicly visible type or member 'Calc.Calc()'