-
https://www.blake2.net
-
type ReceiptView struct {
PredecessorID types.AccountID `json:"predecessor_id"`
ReceiverID types.AccountID `json:"receiver_id"`
ReceiptID hash.CryptoHash `json:"receipt_id"`
Receipt …
-
## Issue description
In nixpkgs, `haskell-docs` depends on the latest version of `haddock-api`; even though the version of `haddock-api` it successfully builds with on strongly depends on the versi…
-
* How and when was the maintainer for the package requiring action contacted?
The maintainer has decided to cease all activities in the Haskell ecosystem, and for some select packages, forks have be…
-
Something like
```diff
diff --git a/src/Data/Text/Encoding.hs b/src/Data/Text/Encoding.hs
index 239e15e..9b6a01c 100644
--- a/src/Data/Text/Encoding.hs
+++ b/src/Data/Text/Encoding.hs
@@ -436,…
-
It looks like this change is OK:
```
From 079c5300001a0c3b16855b4d84f510eba0e7cc4e Mon Sep 17 00:00:00 2001
From: Magnus Therning
Date: Tue, 5 Jan 2021 16:29:21 +0100
Subject: [PATCH] Allow ne…
-
BPO | [18742](https://bugs.python.org/issue18742)
--- | :---
Nosy | @rhettinger, @gpshead, @pitrou, @tiran
Files | [hashlib_abc3.patch](https://bugs.python.org/file31308/hashlib_abc3.patch "Uploaded a…
tiran updated
10 months ago
-
These are packages which have not migrated yet to [crypton](https://hackage.haskell.org/package/crypton)
cryptonite (Vincent Hanquez) (not present) depended on by:
- [ ] aos-signature-0.1.1 (>=0).…
juhp updated
3 months ago
-
keys.go defines three constants:
``` Go
const aesKeySize = 32 // 256-bit AES
const deriverSecretSize = 32
const hmacKeySize = 32 // SHA-256
```
These values need to be conveyed by the protocol buffe…
-
Let's calculate nonce and block_hash with Final finality in accounts and use transaction_builder but for near-transactions let's the user provide nonce and block_hash as they like.