Skip to content

Commit ca95a96

Browse files
committed
karm-crypto: Dummy entropy implementation.
1 parent 33e4886 commit ca95a96

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/libs/karm-crypto/skift/crypto.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import Karm.Core;
55
namespace Karm::Crypto::_Embed {
66

77
Res<> entropy(MutBytes) {
8-
notImplemented();
8+
// FIXME: Implement a proper entropy source
9+
return Ok();
910
}
1011

1112
} // namespace Karm::Crypto::_Embed

0 commit comments

Comments
 (0)