-
Is possible add blake 2s for example for Honey Coin?
-
## Introduction
Our firmware is gaining more functionality. We are developing, in effect, system calls so device apps can access flash memory in an isolated way. See PR https://github.com/tillitis/…
-
Hello! I'd like to ask you for adding these 2 hash functions.
Blake2sp-256, Blake2bp-512 as they are. This is a reference implementation as it was presented for NIST hash function competition aka S…
-
Any way to add blake2s algorithm?
-
Installation on Ubuntu 22.04
yiimo working fine, create new coin OK, however, does not connect with server while running mining software like cpuminer or xmring. Likely not connecting with stratum…
-
Placeholder! Please fill in.
Implement persistent storage syscalls:
1. Retrieve information about if the device app has an allocated
storage area or not.
2. Allocate or deallocate a stora…
-
Is there any need to expose `blake2s_ctx` to the caller?
The `blake2s` function in firmware is a one-shot function that initializes the context and also finalizes the hash computation and stack all…
-
so this is the first time encountering this error I've configured this miner multiple times but never I encountered this error until today...while building I eventually saw some code saying it's obsel…
-
### Checklist
- [x] the issue is indeed a bug and not a support request
- [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues
- [ ] I have a short, runnable example…
-
Note that I did have to investigate how `blake2s` in firmware works: I was looking for a way to hash multiple byte-arrays, which isn't possible now. The thing I run into is when I have several byte-ar…