WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [TC 3.xx]Partition encryption: Which packs contain Serpent & RMD160 modules ?  (Read 16072 times)

cpio

  • Guest

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Hi cpio

grub2.tcz contains

usr/local/lib/grub/i386-pc/gcry_rmd160.mod
and
usr/local/lib/grub/i386-pc/gcry_serpent.mod

Hope this helps

cpio

  • Guest
Thanks but this modules are not  usefull.

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
You can search with the app browser.

Change search to provides, and enter what you are searching for.
Many people see what is. Some people see what can be, and make a difference.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
@cpio: As far as I can tell the current kernel was compiled without those modules:
Code: [Select]
tc@box:~$ wget -qO - http://distro.ibiblio.org/tinycorelinux/3.x/release/src/kernel/config-2.6.33.3-tinycore | grep -iE 'serpent|rmd160'
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_SERPENT is not set
tc@box:~$
So I doubt that either of them would be included in any extension. Building those modules yourself is not that tricky: there is a Wiki page for starters and several threads here in the forum (just search for it).

You might want to suggest to have them included in the next build (e.g. TC 4.x).