
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
github.com/sea-project/stdlib-math
常用的数学相关的工具类
序号 | 名称 | 描述 |
---|---|---|
1 | big.go | big的一些常用方法 |
BigPow | 返回一个指向big.Int类型的指针地址的指针 | |
BigMax | 返回较大的一个指针 | |
BigMin | 返回较小的一个指针 | |
PaddedBigBytes | 将一个大整数编码为一个大端字节切片 | |
Byte | 返回位置n的字节 | |
U256 | U256编码为256位2的补码 | |
S256 | S256将x解释为一个2的补码 | |
2 | integer.go | integer的一些常用方法 |
SafeSub | 返回减法结果和是否发生溢出 | |
SafeAdd | 返回加法结果和是否发生溢出 | |
SafeMul | 返回乘法结果和是否发生溢出 |
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.