Moves Sha256 to a pool of digests to double the hashing performance

This commit is contained in:
Vitor Pamplona
2025-02-18 09:40:17 -05:00
parent fad08830a1
commit 9c35008fc4
18 changed files with 153 additions and 45 deletions
@@ -86,7 +86,7 @@ import com.vitorpamplona.amethyst.commons.robohash.parts.mouth7Happy
import com.vitorpamplona.amethyst.commons.robohash.parts.mouth8Buttons
import com.vitorpamplona.amethyst.commons.robohash.parts.mouth9Closed
import com.vitorpamplona.quartz.utils.Hex
import com.vitorpamplona.quartz.utils.sha256
import com.vitorpamplona.quartz.utils.sha256.sha256
val Black = SolidColor(Color.Black)
val Gray = SolidColor(Color(0xFF6d6e70))