-
B 站搜 SICP 有资源,真的是太厉害了我的 B 站,啥都有!
网上还有一个 python 版本的:http://www-inst.eecs.berkeley.edu/~cs61a/sp12/book/
### sicp 关于“层”的概念
sicp 中关于层的概念很有意思,其实对于写代码和组织代码结构有很好的指导意义。非常有意思。就是每一层只负责考虑本层的内容,这一层的基础构成了一个复…
-
Using Saturn API simplifies a lot of the tricky *bigint* math that is essential in making Saturn Network exchange work. There are certain places where living without API is almost impossible, i.e. ser…
-
Someone submitted the contact form!
**URL**: https://usaco.guide/gold/modular
**Module**: Gold - Modular Arithmetic
**Topic**: Mistake
**Message**:
first resource link seems broken
-
Hi there,
I'm the author of sidefuzz (https://github.com/phayes/sidefuzz) and I have found what appears to be variable-time behavior in the `rsa::internals::encrypt()` function. Specifically, `r…
-
Maybe a bit of a dumb question but I'm a little confused by the `_insert` method in the `MinhashLSH` class:
```python
def _insert(
self,
key: Hashable,
minhash: Union[Mi…
-
I think we should outline a scope for the crypto submodule, to clarify what sorts of things should and should not go in the package.
Currently the [documentation of the module says](https://docs.s…
-
I think there are two modular arithmetic optimizations that would be good to add to the `field.rs` component.
- [x] #17
- [x] #18
While they each have there distinct applications and performan…
-
```
Compare
[5.2582327113062393041, 5.2582327113062749951]
to
5.2582327113062[393041,749951]
It would be especially useful for matrices.
```
Original issue reported on code.google.com by `Vinzent…
-
### System Information
`TrenchBroom 2023.1 Build v2023.1-472-g94049d6d2 Debug Linux-`
### Expected Behavior
Sprites are drawn in the same orientation as in the GoldSrc engine.
### Steps to Rep…
-
We are trying to evaluate the performance of a cryptographic scheme based on type-3 pairing, and using miracl as it supports a series of curves in different security levels. However, we find that, in …